Discussion :: Variable Number of Arguments
-
A function that receives variable number of arguments should use va_arg() to extract the last argument from the variable argument list.
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment