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