Math, asked by sangeytsering4659, 1 year ago

If the different command line arguments are supplied at different times would the output of the following program change? #include int main(int argc, char **argv) { printf("%d\n", argv[argc]); return 0; }

Answers

Answered by siddhartharao77
0
No.The output won't change.
Answered by komi1897ramanujan
0
not is easy output won't change
Similar questions