Home » C++ Programming » Introduction » Question
  1. Which header file is used to pass unknown number of arguments to function?
    1. stdarg.h
    2. stdlib.h
    3. string.h
    4. All of above
    5. None of these
Correct Option: A

Because the cstdarg defines this header file to process the unknown number of arguments.



Your comments will be displayed only after manual approval.