C++ Programming - C++ Functions Multiple Choice Questions and Answers
1. The signature of a function is its ..... ?
Loading...
2. What is true about inline functions ?
Loading...
3. Which member function of class cannot modify its objects attributes ?
Loading...
4. Which of the following parameter passing mechanism is/are supported by C++ but not in C?
Loading...
5. Which of the following type of function is an ideal candidate for being declared inline ?
Loading...
6. One of the disadvantage of pass by reference is that the called function may inadvertently corrupt the called data.This is avoided by ?
Loading...
7. The library function exit() causes an exit from ?
Loading...
8. The getche() library function
Loading...
9. When an argument is passed by reference
Loading...
10. Overloaded function
Loading...
Are these questions helpful for you?
Comments: (Your feedback is valuable to us)
NAGENDRA PRASAD 3 years ago Reply
how to make function easy for +2 students
Manoj Hargude 4 years ago Reply
In a C++ language program, will an inline function be compiled inline always?
(i) Yes, always
(ii) Only sometimes
(iii) No, never
(iv) None of the above
please give me answer