Mega Code Archive
Categories
/
C
/
Development
A program to list the command line arguments
#include
void main(int argc, char *argv[]) { int i = 0; printf("Program name: %s\n", argv[0]); for(i = 1 ; i