1.

The C library macro type _________ retrieves the next argument in the parameter list of the function with type.(a) va_end(b) va_arg(c) va_start(d) no macrosThe question was asked during an interview.This is a very interesting question from Variable Argument Lists in division C Library of C

Answer»

The CORRECT answer is (B) va_arg

For explanation: va_arg is the C LIBRARY macro defined under stdarg.h which RETRIEVES the next argument in the PARAMETER list of the function.



Discussion

No Comment Found

Related InterviewSolutions