Q. What is stored in argv[0]?
β
Correct Answer: (C)
Program name
Explanation: argv[0] stores the program name by default.
Explanation: argv[0] stores the program name by default.