MCQOPTIONS
Saved Bookmarks
This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your C Questions and Answers knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which macro retrieves the next argument in the parameter list of the function with type type? |
| A. | type va_arg(va_list ap, type) |
| B. | type var_arg(va_list ap, type) |
| C. | type v_arg(va_list ap, type) |
| D. | type val_arg(va_list ap, type) |
| Answer» B. type var_arg(va_list ap, type) | |