Site icon Exam4Training

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.

Exit mobile version