Home » C Programming » Variable Number of Arguments

Can we pass a variable argument list to a function at run-time?

Correct Answer: No

Explanation:

Every actual argument list must be known at compile time. In that sense it is not truly a variable argument list.

← Previous Question Next Question→

Discussion & Comments

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