Vidyalelo
C++ Programming · Q57

Functions and Procedures in C++

Programming · C++ Programming · question 57

Q57

Where should default parameters appear in a function prototype?

A.
To the rightmost side of the parameter list
Answer
B.
To the leftmost side of the parameter list
C.
Anywhere inside the parameter list
D.
Middle of the parameter list

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board