Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C Programming
»
Variable Number of Arguments
Can we pass a variable argument list to a function at run-time?
Yes
Show Answer
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
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment