What is argv[0] in command line arguments?
Posted: Wed Jul 13, 2022 7:54 pm
a) The name by which the program was invoked
b) The name of the files which are passed to the program
c) Count of the arguments in argv[] vector
d) None of the mentioned
b) The name of the files which are passed to the program
c) Count of the arguments in argv[] vector
d) None of the mentioned