Cpp Programming Quiz 184 – Where the default value of parameter have to be specified?

Question: Where the default value of parameter have to be specified?
[A]. Function call
[B]. Function definition[C]. Function prototype
[D]. Both B or C

Answer: Option C