Google News
logo
CPP - Quiz(MCQ)
What does the first parameter of the main function represent?
A)
List of command line arguments
B)
Stack of command line arguments
C)
Number of command line arguments
D)
Dictionary of command line arguments

Correct Answer :   Number of command line arguments


Explanation : The first argument of the main() function represents the number of command line arguments that are passed.

Advertisement