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
~9K People Reached
Favorite Forums
Member Avatar for A2h2t

Hello can someone help me to complete a program that allows the user to input names and for the output it should prints the names in alphabetical order. starting would be something like that. #include <stdio.h> struct sort_names { char node_str [80]; struct sort_names *next; };

Member Avatar for rproffitt
0
9K