Home » C Programming » Variable Number of Arguments

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

Correct Answer: True

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion