in Programming in C
100 views
0 votes
0 votes

I have a question that can we use command line arguments without main function arguments?

int main(int argc, char **argv){

}

in Programming in C
100 views

Please log in or register to answer this question.

Related questions