______ macro must be called before using ______ and ________
(a) va_arg, va_end and va_start
(b) va_start, va_end and va_arg
(c) va_end, va_arg and va_start
(d) v_arg, v_end and v_start
The question was posed to me at a job interview.
This question is from Variable Argument Lists topic in portion C Library of C