Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~102 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for sscheell2000

i'm trying to insert and element in a list in alphabetical order last name first and then first name here is my code but not working please help [code] struct node * Inserting(struct node *tp,struct node *fp) { struct node *last = NULL; struct node *old, *start; start = fp; …

Member Avatar for Narue
0
102