In <stdarg.h>, what data type is used to declare a variable which represents the argument list?

In <stdarg.h>, what data type is used to declare a variable which represents the argument list?
A . va_float
B . va_list
C . va_int
D . va_char

Answer: B

Explanation:

The va_list data type is used to declare a variable representing the argument list.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments