InterviewSolution
Saved Bookmarks
| 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 |
|