1.

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 other than passed parameters in a function(d) Variables that are never used in the functionThis question was addressed to me in unit test.My question comes from Basics in division Basics Concepts of C++ of C++

Answer»

Correct choice is (a) PARAMETERS with which functions are called

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.



Discussion

No Comment Found

Related InterviewSolutions