Vidyalelo
C++ Programming · Q47

Introduction to C++

Programming · C++ Programming · question 47

Q47

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
Answer
C.
Variables other than passed parameters in a function
D.
Variables that are never used in the function

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board