

MCQOPTIONS
Saved Bookmarks
1. |
How can you access the arguments that are manipulated in the function? |
A. | arg_list |
B. | va_list |
C. | both arg_list & va_list |
D. | All of above |
E. | None of these |
Answer» C. both arg_list & va_list | |