Write a C program that will use a char ** pointer to print out each command line argument.
I know that I should use for loop, but I have no idea how to initiate and terminate the loop.
Could someone help me please? Thanx
I know that I should use for loop, but I have no idea how to initiate and terminate the loop.
Could someone help me please? Thanx
Comment