C++

Next

#1. C++ is _________ Programming language.

Next

#2. Main() returns _________ type of value.

Next

#3. ________ is a memory release operator.

Next

#4. The Variable _________ has the public scope.

Next

#5. By default C++ follows ________ type of binding.

Next

#6. Class Contains __________ and ____________

Next

#7. The >= operator can be __________

Next

#8. A ___________ can be Overloaded.

Next

#9. ________ is a reference Operator.

Next

#10. The _________ Classes should have forward declaration.

Next

#11. _________ function is used to write data to file.

Next

#12. ______ is a increment operator.

Next

#13. _________ is a pointer operator.

Next

#14. ________ Operator is called as extraction operator.

Next

#15. _______ is type specifier.

Next

#16. ________ is a user defined data type.

Next

#17. __________ returns character type of value.

Next

#18. __________ and _____________ are two types of overloading.

Next

#19. A Class contain both _______ and ________

Next

#20. We Can’t create object for _________ class.

Next

#21. ___ and ____ are functions.

Next

#22. Fuction called itself repeatedly is called ________

Next

#23. __________ is the reference operator.

Next

#24. Dynamic binding is also known as ________

Next

#25. A “child” class is said to be ________ from the base class.

Next

#26. ______ is visible only within class.

Next

#27. Early binding is also called as ________ binding.

Next

#28. :: is called as _______ Operator.

Next

#29. OOP stands for _______________

Next

#30. Manipulator funcion exist in ______________

Next

#31. Size of double data type is _____ byte.

Next

#32. >> symbol denotes ___________

Next

#33. Encapsulation means _____________

Next

#34. C++ is a __________ Level language.

Next

#35. In C++, a function contained within the class is called __________

Next

#36. By default structure members are _____________

Next

#37. Setw() is used for _________

Next

#38. The Operator _________ can be overloaded.

Next

#39. A Class which has pure virtual is known as ___________

Next

#40. ________ and __________ are two types of Templates.

Next

#41. A ________ function can access the private member of a class.

Next

#42. Clrscr() function exists in _________ header file.

Next

#43. The process of creating a derived class from an existing base class is called as ________

Next

#44. Constructor which accept objects as arguments is called _________

Next

#45. A ____________ to a base class to an object of the derive class.

Next

#46. C++ is an extension to __________ programming language.

Next

#47. Manipulator function is used the header file ________

Next

#48. ________ is scope resolution operator.

Next

#49. __________ operator cannot be overloaded.

Next

#50. Define Single Inheritance ________________

Next

#51. Combination of two types on Inheritance is called ____________

Next

#52. A destructor can be overloaded _____________

Next

#53. To handle file I/O, special classes have already been defined in the header file _______

Next

#54. Virtual function is used the keyword ____________

Next

#55. The user must always define the operation of the _________ constructor.

Finish