Choose a topic to test your knowledge and improve your C/C skills
Delaration a pointer more than once may cause ____
Which one is not a correct variable type in C++?
Which operation is used as Logical 'AND'
An expression A.B in C++ means ____
A C++ code line ends with ___
___ function is used to allocate space for array in memory.
A ponter pointing to a variable that is not initialized is called ____
Default constructor has ____ arguments.
A class whos objects can not be created is known as _____
Which class allows only one object to be created.
Reusability of code in C++ is achieved through ___
In CPP members of a class are ______ by default.
In C++ Program inline fuctions are expanded during ____
To perfor file input / output operation in C++ we must include which header file ?
An exceptio in C++ can be generated using which keywords.