S

Siddharth M • 1.75K Points
Master

Q. What are the formal parameters in C++?

  • (A) Parameters which are used in the definition of the function
  • (B) Parameters with which functions are called
  • (C) Variables that are never used in the function
  • (D) Variables other than passed parameters in a function
  • Correct Answer - Option(A)
  • Views: 156
  • Filed under category C++

Explanation by: Krishna Sharma
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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics