Skip to content
#1. C++ is _________ Programming language.
#2. Main() returns _________ type of value.
#3. ________ is a memory release operator.
#4. The Variable _________ has the public scope.
#5. By default C++ follows ________ type of binding.
#6. Class Contains __________ and ____________
#7. The >= operator can be __________
#8. A ___________ can be Overloaded.
#9. ________ is a reference Operator.
#10. The _________ Classes should have forward declaration.
#11. _________ function is used to write data to file.
#12. ______ is a increment operator.
#13. _________ is a pointer operator.
#14. ________ Operator is called as extraction operator.
#15. _______ is type specifier.
#16. ________ is a user defined data type.
#17. __________ returns character type of value.
#18. __________ and _____________ are two types of overloading.
#19. A Class contain both _______ and ________
#20. We Can’t create object for _________ class.
#21. ___ and ____ are functions.
#22. Fuction called itself repeatedly is called ________
#23. __________ is the reference operator.
#24. Dynamic binding is also known as ________
#25. A “child” class is said to be ________ from the base class.
#26. ______ is visible only within class.
#27. Early binding is also called as ________ binding.
#28. :: is called as _______ Operator.
#29. OOP stands for _______________
#30. Manipulator funcion exist in ______________
#31. Size of double data type is _____ byte.
#32. >> symbol denotes ___________
#33. Encapsulation means _____________
#34. C++ is a __________ Level language.
#35. In C++, a function contained within the class is called __________
#36. By default structure members are _____________
#37. Setw() is used for _________
#38. The Operator _________ can be overloaded.
#39. A Class which has pure virtual is known as ___________
#40. ________ and __________ are two types of Templates.
#41. A ________ function can access the private member of a class.
#42. Clrscr() function exists in _________ header file.
#43. The process of creating a derived class from an existing base class is called as ________
#44. Constructor which accept objects as arguments is called _________
#45. A ____________ to a base class to an object of the derive class.
#46. C++ is an extension to __________ programming language.
#47. Manipulator function is used the header file ________
#48. ________ is scope resolution operator.
#49. __________ operator cannot be overloaded.
#50. Define Single Inheritance ________________
#51. Combination of two types on Inheritance is called ____________
#52. A destructor can be overloaded _____________
#53. To handle file I/O, special classes have already been defined in the header file _______
#54. Virtual function is used the keyword ____________
#55. The user must always define the operation of the _________ constructor.