Friday, 13 September 2013

how do I handle arguments in main?

how do I handle arguments in main?

#include <stdio.h>
int main(int n){
int n;
printf("%d/n",n);
return 0;
}
I wounder how argument in main works and ask for suggestions on what I do
wrong with this code.

No comments:

Post a Comment