InterviewSolution
Saved Bookmarks
| 1. |
The type va_list in an argument list is used ________(a) To declare a variable that will refer to each argument in turn;(b) For cleanup(c) To create a list(d) There is no such typeThe question was asked in final exam.The origin of the question is Variable Length Argument in section Input and Output in C of C |
|
Answer» The CORRECT choice is (a) To declare a VARIABLE that will refer to each ARGUMENT in TURN; |
|