InterviewSolution
Saved Bookmarks
| 1. |
If access to the varying arguments is desired then the called function shall declare ________ having type va_list.(a) class(b) object(c) function(d) variableI had been asked this question in a national level competition.My enquiry is from Variable Argument Lists in division C Library of C |
|
Answer» The correct option is (b) OBJECT |
|