Thursday, 12 September 2013

Inserting into a linked list alphabetically in C

Inserting into a linked list alphabetically in C

Can anyone provide a brief example of how to use the strcmp() function for
inserting a new node into a linked list alphabetically based on the first
item in a pointer struct. Not really looking for a answer but more just a
explanation with a ambiguous example could not really find a straight
answer out there so I hoped someone could help me. Thanks in advance.

No comments:

Post a Comment