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

Best EXPLANATION: An object of TYPE va_list has to be created in order to ACCESS the varying ARGUMENTS.



Discussion

No Comment Found

Related InterviewSolutions