Page 1 of 1

What is argv[0] in command line arguments?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
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