The standard header _______ is used for variable list arguments (…) in C.
(a) <stdio.h >
(b) <stdlib.h>
(c) <math.h>
(d) <stdarg.h>
I have been asked this question during an interview.
My question is taken from Variable Length Argument in division Input and Output in C of C