

InterviewSolution
Saved Bookmarks
1. |
How are variable length arguments specified in the function heading?(a) one star followed by a valid identifier(b) one underscore followed by a valid identifier(c) two stars followed by a valid identifier(d) two underscores followed by a valid identifier |
Answer» Correct option is (a) one star followed by a valid identifier The best I can explain: Refer documentation. |
|