Which macro should be used to pass the variable argument list from one function to another in a C program?
Which macro should be used to pass the variable argument list from one function to another in a C program?
A . va_copy
B . va_start
C . va_arg
D . va_end
Answer: A
Explanation:
The va_copy macro is used to pass the variable argument list from one function to another in a C program.
Latest CLP-12-01 Practice Questions with 160 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments