Home » C Programming » Functions » Question
  1. Which header file includes a function for variable number of arguments?
    1. stdarg.h
    2. stdlib.h
    3. both stdarg.h and stdlib.h
    4. ctype.h
    5. None of these
Correct Option: A

stdarg.h



Your comments will be displayed only after manual approval.