Which of the following is true about function parameters in C++?
A. They are variables used to pass data into functions
B. 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

Join The Discussion