Vidyalelo
C++ Programming · Q121

Introduction to C++

Programming · C++ Programming · question 121

Q121

What are the actual parameters in C++?

A.
Parameters with which functions are called
Answer
B.
Parameters which are used in the definition of a function
C.
Variables other than passed parameters in a function
D.
Variables that are never used in the function

Answer: Option A

Solution

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