Q. What are the formal parameters in C++?
β
Correct Answer: (A)
Parameters which are used in the definition of the function
Explanation: Formal parameters are those which are used in the definition of a function. They are the parameters that represent the actual parameters passed and they are the one which is used inside the function.