To use command line arguments in C++, how many parameters are passed to the main function?
(a) 1
(b) 2
(c) 3
(d) 4
I have been asked this question during an interview for a job.
Question is taken from Command Line Arguments topic in chapter C++ Advanced of C++