1.

The header file stdarg.h defines a variable type ________(a) va_list(b) v_list(c) size_t(d) var_listThe question was asked during an interview.This is a very interesting question from Variable Argument Lists topic in chapter C Library of C

Answer»

Correct OPTION is (a) va_list

Best explanation: The variable type declared under the HEADER file stdarg.h is va_list. This HOLDS information REQUIRED by three MACROS.



Discussion

No Comment Found

Related InterviewSolutions