Home » C Programming » 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.

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!