View Single Post

  #1 (permalink)  
Old 09-19-2007, 02:03 PM
oronno oronno is offline
Junior Member
User
 
Join Date: Aug 2007
My distro: Debian
Posts: 6
Rep Power: 0
oronno is on a distinguished road
Exclamation How to do this ?

i want to write a c program which is given one or more strings as command-line parameters and which builds a linked list holding copies of the strings. The program should then output the strings in reverse order, one per line, by going through the list. is any one can help me?
Reply With Quote