#include /* Playing with argc and argv */ main(int argc, char *argv[]){ int i; printf("argc = %i\n",argc); for(i=0;i