Home » C Programming » Functions » Question
  1. The standard header _______ is used for variable list arguments (…) in C.
    1. <stdarg.h>
    2. <math.h>
    3. <stdlib.h>
    4. <stdio.h>
    5. None of these
Correct Option: A

<stdarg.h>



Your comments will be displayed only after manual approval.