1.

In which circumstance it is not possible to assign default value to a parameter while declaring a function?

A. When the parameter is Boolean
B. When the function is being declared as a member of a class
C. When the parameter is being declared as passed by reference
D. When the function contains only one parameter
Answer» D. When the function contains only one parameter


Discussion

No Comment Found