Google News
logo
CPP - Quiz(MCQ)
What will initialize the list of arguments in stdarg.h header file?
A)
va_start
B)
va_list
C)
va_arg
D)
vg_arg

Correct Answer :   va_start


Explanation : va_start initialises the the list of arguments in <stdarg.h> header file.

Advertisement