Skip to content
#1. ________ is a reference Operator.
#2. _________ function is used to write data to file.
#3. ______ is a increment operator.
#4. _________ is a pointer operator.
#5. ________ Operator is called as extraction operator.
#6. _______ is type specifier.
#7. ________ is a user defined data type.
#8. __________ returns character type of value.
#9. __________ and _____________ are two types of overloading.
#10. A Class contain both _______ and ________
#11. ___ and ____ are functions.
#12. Fuction called itself repeatedly is called ________
#13. __________ overloading is an example of C++ Polymorphism.
#14. _______ can be redefined and used in a program.
#15. The main advantage of using overloading operators in a program are that it is much easier to read and ________
#16. ________ is already exist in the language can only be overloaded.
#17. _____________ cannot alter either the basic template of an operator nor its place in the order of precedence.
#18. An overloaded operator is called an __________ function.
#19. The keyword ___________ is used to overload any operator.
#20. All operators except the ______ operator are inherited.
#21. ________ operators act on only one operand.
#22. An __________ is simply a variable acted on by an operator.
#23. We can use a ________ function with a built-in-type data as the left-hand operand and an object as the right-hand operand.
#24. To allocate and free arrays use the following forms.
#25. The _______ are automatic as long as the data types involved are built-in-types.