C++ Advanced Quiz 1
1 / 17
Which character is used to separate different arguments?
2 / 17
What are command line arguments?
3 / 17
What does the first parameter of the main function represent?
4 / 17
What is the signature of math in function using command line arguments?
5 / 17
Which of the following gives the name of the program if the second parameter to the main fucntion is char **argv?
6 / 17
Which of the following operator is used to capture all the external variable by reference?
7 / 17
To use command line arguments in C++, how many parameters are passed to the main function?
8 / 17
In how many ways we can capture the external variables in the lambda expression?
9 / 17
Which is the correct way of handling arguments with spaces?
10 / 17
Which of the following is correct about the second parameter of the main function?
11 / 17
What is the correct statement about lambda expression?
12 / 17
What does the second parameter of the main function represent?
13 / 17
Which is the correct syntax of capturing a variable ?X? by reference and other variable ?Y? by value in lambda expression?
14 / 17
What is lambda expression in C++?
15 / 17
Which of the following is correct about the first parameter of the main function?
16 / 17
What is the syntax of defining lambda expression?
17 / 17
Which of the following operator is used to capture all the external variable by value?
Provide Your Information
Your score is
The average score is 0%
Restart quiz