I have this program execute with the values 10,20,30 given at command line.
int main(int argc , char **argv) { printf(\"\\n Printing the arguments of a
The way they taught you to count in school will not work in C. In C we count 0, 1, 2,...