Q17
Which of the following is true about function parameters in C++?
A.
They are variables used to pass data into functions
AnswerB.
They are placeholders for function names
C.
They are used to return values from functions
D.
They are only used in main functions
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board