Which function-like macro is used in <stdarg.h> to retrieve the next argument from the variable argument list?

Which function-like macro is used in <stdarg.h> to retrieve the next argument from the variable argument list?
A . va_list
B . va_arg
C . va_end
D . va_start

Answer: B

Explanation:

The va_arg macro is used to retrieve the next argument from the variable argument list.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments