Google News
logo
CPP - Quiz(MCQ)
How can you access the arguments that are manipulated in the function?
A)
vg_list
B)
arg_list
C)
va_list
D)
both va_list & arg_list

Correct Answer :   va_list


Explanation : va_list is provided by C++ to access manipulated arguments in function.

Advertisement