Discussion :: Variable Number of Arguments
-
Can we pass a variable argument list to a function at run-time?
Answer : Option B
Explanation :
Every actual argument list must be known at compile time. In that sense it is not truly a variable argument list.
Be The First To Comment