in C programming
Write a program that prints its command-line arguments inreverse order. For example, if the name of your executable file isreverse and you run your program by typing
reverse one two three the output should be:
three two one
Expert Answer
An answer will be send to you shortly. . . . .