Variable Number of Arguments - Programming

Q1:

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

A True

B False

ANS:A - True

No answer description is available. Let's discuss.