1.

How can you access the arguments that are manipulated in the function?(a) va_list(b) arg_list(c) both va_list & arg_list(d) vg_listThe question was asked in an international level competition.This intriguing question originated from Unspecified Number of Arguments topic in division Functions, Namespaces & Exceptions in C++ of C++

Answer»

Correct answer is (a) va_list

The BEST explanation: va_list is PROVIDED by C++ to ACCESS manipulated ARGUMENTS in FUNCTION.



Discussion

No Comment Found

Related InterviewSolutions