Functions, Namespaces & Exceptions in C++ Quiz 2
1 / 36
What is the default return type of a function?
2 / 36
How can you access the arguments that are manipulated in the function?
3 / 36
What will we not do with function pointers?
4 / 36
What is the mandatory part to present in function pointers?
5 / 36
How many types of modularization are there in c++?
6 / 36
which of the following can be passed in function pointers?
7 / 36
Which keyword is used to check exception in the block of code?
8 / 36
If we start our function call with default arguments means, what will be proceeding arguments?
9 / 36
What is the mandatory preprocessor directive for c++?
10 / 36
What is the maximum number of arguments or parameters that can be present in one function call?
11 / 36
What will initialize the list of arguments in stdarg.h header file?
12 / 36
Which keyword is used to access the variable in the namespace?
13 / 36
Identify the correct statement.
14 / 36
What we can?t place followed by the non-default arguments?
15 / 36
What is the default calling convention for a compiler in c++?
16 / 36
which of the following is used to implement the c++ interfaces?
17 / 36
Which operator is used for accessing a member of namespace?
18 / 36
What is similar to the interface in c++?
19 / 36
To where does the program control transfers when the exception is arisen?
20 / 36
What will happen when the handler is not found for an exception?
21 / 36
What is the correct syntax of defining a namespace?
22 / 36
which keyword is used to define the macros in c++?
23 / 36
Which operator is used to signify the namespace?
24 / 36
How many types of macros are there in c++?
25 / 36
Which header file is used to pass unknown number of arguments to function?
26 / 36
What will happen when the exception is not caught in the program?
27 / 36
28 / 36
Pick the incorrect statement for namespaces in C++.
29 / 36
What is the general syntax for accessing the namespace variable?
30 / 36
What does the client module import?
31 / 36
Which symbol is used to declare the preprocessor directives?
32 / 36
How many types do functions fall depends on modularization?
33 / 36
What is the other name of the macro?
34 / 36
Which of the following implements the module in the program?
35 / 36
To which does the function pointer point to?
36 / 36
What is the use of Namespace?
Provide Your Information
Your score is
The average score is 0%
Restart quiz