Program 1: Write a C program that will print out each command line argument on a separate line. Use for-loop. The loop should have an index variable i that ranges from 0 to (argc-1).
Program 2: Write a C program that will print out each command line argument on a separate line, however you should print them out in reverse order (the last command line argument is printed first.