Chapter 7: Friend Function

 

Results

Previous
Next

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

Previous
Next

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

Previous
Next

#3. A ___________ can be Overloaded.

Previous
Next

#4. ________ Operator is called as extraction operator.

Previous
Next

#5. OOP stands for _______________

Previous
Next

#6. By default structure members are _____________

Previous
Next

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

Previous
Next

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

Previous
Next

#9. Virtual function is used the keyword ____________

Previous
Next

#10. A _________ is a self contained program segment that carries out some specific, well defined task.

Previous
Next

#11. Each variable is stored in a particular area of the__________

Previous
Next

#12. Each array element is referred to by specifying the array name followed by its ____________ enclosed in square brackets.

Previous
Next

#13. By default, the memory size for variable is allocated at compile time is known as

Previous
Next

#14. A concept behind the encapsulation and data hiding restrict the non-member functions to access private data of a class is known as _________ function.

Previous
Next

#15. By using functions we can passing arguments only by ______

Previous
Next

#16. ________ is an indirect method of accessing the variables.

Previous
Next

#17. By using this pointer variable we may call that particular _______ location.

Previous
Next

#18. _____________ are built in functions that are already defined and stored in header files.

Previous
Next

#19. Address of operator is _____

Previous
Next

#20. A _________ is declared by giving it a type and a name.

Previous
Next

#21. Once a variable is declared, we can get its ______ by preceding its name with the unary operator.

Previous
Next

#22. ________ Pointer accepts integer values and it allocates memory for 2 bytes to the pointer variable.

Previous
Next

#23. When we declares a string in the way of using _________, they are not expandable and very much loss of memory location.

Previous
Next

#24. By using _________ there is chance to wastage of memory and not expandable.

Previous
Next

#25. By default, the _______ passing argument by value only.

Previous
Finish