Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What are the formal parameters in C++?

a) Parameters with which functions are called
b) Parameters which are used in the definition of the function
c) Variables that are never used in the function
d) Variables other than passed parameters in a function

Answer: b
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.

Join The Discussion