

MCQOPTIONS
Saved Bookmarks
This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your Object Oriented Programming Using C++ knowledge and support exam preparation. Choose a topic below to get started.
1. |
If an object is declared inside the function then ____________________ outside the function. |
A. | It can be returned by reference |
B. | It can t be returned by reference |
C. | It can be returned by address |
D. | It can t be returned at all |
Answer» C. It can be returned by address | |