Which of the following data-types are promoted when used as a parameter for an ellipsis?
(a) char
(b) short
(c) int
(d) none of the mentioned
I had been asked this question in an interview for job.
This intriguing question originated from Variable Length Argument in chapter Input and Output in C of C