Searching for Matching Records in a Set

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jhansi
    New Member
    • Feb 2008
    • 6

    Searching for Matching Records in a Set

    I need c program to display the possible names of the persons in a record when there starting letter or some substring is given.
    example: if we give "v" it has to display the person names starting with "v" in a record or if i give a substring like "vij" it has to give me the possible names with that substring. plzzzzzzzz i need the solution very urgently
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Well, show me what you have so far.

    I can't provide complete solutions but only advice when you are stuck.

    Please read the posting guidelines.

    Comment

    • Banfa
      Recognized Expert Expert
      • Feb 2006
      • 9067

      #3
      You may want to look up the string section of the C Standard or POSIX libraries though.

      Comment

      Working...