InterviewSolution
Saved Bookmarks
| 1. |
In a variable length argument function, the declaration “…” can _______(a) Appear anywhere in the function declaration(b) Only appear at the end of an argument list(c) Nothing(d) None of the mentionedI had been asked this question by my school teacher while I was bunking the class.My enquiry is from Variable Length Argument in section Input and Output in C of C |
|
Answer» Correct CHOICE is (b) Only APPEAR at the END of an argument list |
|