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