

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following function / types of function cannot have default parameters? |
A. | Member function of class |
B. | <i class="cpp-code">main()</i> |
C. | Member function of structure |
D. | Both B and C |
Answer» C. Member function of structure | |