What do you mean by command line arguments?
Answers
Answered by
0
HEY!!
Here is ur answer
argc (ARGument Count) is int and stores number of command-line arguments passed by the user including the name of the program. ...
The value of argc should be non negative.
argv(ARGument Vector) is array of character pointers listing all the arguments.
MARK AS BRAINLIEST ^_^
Similar questions