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 actual parameters in C++?

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

Answer: a
Explanation: Actual parameters are those using which a function call is made i.e. which are actually passed in a function when that function is called.

Join The Discussion