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?
|