Home » C++ Programming » Introduction » Question
  1. Which header file should you include if you are to develop a function that can accept variable number of arguments?
    1. stdio.h
    2. varag.h
    3. stdarg.h
    4. stdlib.h
    5. None of these
Correct Option: C

stdarg.h



Your comments will be displayed only after manual approval.