C
Programming and Technical
What do the "c" and "v" in argc and argv stand for?
Read Solution (Total 3)
-
- 'c' stands for counter and 'v' stands for vector.
- 10 years agoHelpfull: Yes(1) No(0)
- argc-represents no.of arguments
argv-represents arguments in 2D array - 11 years agoHelpfull: Yes(0) No(0)
- c is to count the no of argument
v is to stroe the argument - 10 years agoHelpfull: Yes(0) No(0)
C Other Question