Choose a topic to test your knowledge and improve your C/C skills
Which value can we not assign to reference?
Identify the incorrect statement.
Which reference modifier is used to define the reference variable?
What does a reference provide?
Identify the correct sentence regarding inequality between reference and pointer.
What are the references in C++?
What is the difference between references and pointers?
Pick the correct statement about references in C++.
Pick the correct statement about references.
Which of the following operator is used while declaring references?
Which of the following is incorrect?
Which of the following function must use reference.
How a reference is different from a pointer?
Which of the following statement(s) is/are correct?
To which does the function pointer point to?
What will we not do with function pointers?
What is the default calling convention for a compiler in c++?
What is the mandatory part to present in function pointers?
which of the following can be passed in function pointers?
What is the meaning of the following declaration? int(*ptr[5])();
which keyword is used to define the macros in c++?
Which symbol is used to declare the preprocessor directives?
How many types of macros are there in c++?
What is the mandatory preprocessor directive for c++?
What is the other name of the macro?
which of the following is used to implement the c++ interfaces?
What is the ability to group some lines of code that can be included? in the program?
How many types do functions fall depends on modularization?
How many types of modularization are there in c++?
What does the client module import?
Identify the correct statement.
What is similar to the interface in c++?
Which of the following implements the module in the program?
Which operator is used to signify the namespace?
Identify the correct statement.
What is the use of Namespace?
What is the general syntax for accessing the namespace variable?
Which keyword is used to access the variable in the namespace?
Pick the incorrect statement for namespaces in C++.
Which operator is used for accessing a member of namespace?
What is the correct syntax of defining a namespace?
To where does the program control transfers when the exception is arisen?
Which keyword is used to check exception in the block of code?
What will happen when the exception is not caught in the program?
What will happen when the handler is not found for an exception?
How many types of linkages are there in C++?
To use internal linkage we have to use which keyword?
Which one is used to refer to program elements in any translation units?
What is the default type of linkage that is available for identifiers?