Examveda
Examveda

If you assign a default value to any variable in a function prototype's parameter list, then _____

A. all other parameters in the function prototype must have default values

B. all parameters to the right of that variable must have default values

C. all parameters to the left of that variable must have default values

D. no other parameters in that prototype can have default values

Answer: Option B


Join The Discussion

Related Questions on Object Oriented Programming Using C Plus Plus

A default catch block catches

A. all thrown objects

B. no thrown objects

C. any thrown object that has not been caught by an earlier catch block

D. all thrown objects that have been caught by an earlier catch block