Variable Number of Arguments - Programming

Q1:

A function that receives variable number of arguments should use va_arg() to extract the last argument from the variable argument list.

A True

B False

ANS:B - False

No answer description is available. Let's discuss.