C/C MCQ Quiz Hub

C (CPP) MCQ Question with Answer

Choose a topic to test your knowledge and improve your C/C skills

1. Delaration a pointer more than once may cause ____




2. Which one is not a correct variable type in C++?




3. Which operation is used as Logical 'AND'




4. An expression A.B in C++ means ____




5. A C++ code line ends with ___




6. ___ function is used to allocate space for array in memory.




7. A ponter pointing to a variable that is not initialized is called ____




8. Default constructor has ____ arguments.




9. A class whos objects can not be created is known as _____




10. Which class allows only one object to be created.




11. Reusability of code in C++ is achieved through ___




12. In CPP members of a class are ______ by default.




13. In C++ Program inline fuctions are expanded during ____




14. To perfor file input / output operation in C++ we must include which header file ?




15. An exceptio in C++ can be generated using which keywords.