Q. How are variable length arguments specified in the function heading? (Solved)
1. one star followed by a valid identifier
2. one underscore followed by a valid identifier
3. two stars followed by a valid identifier
4. two underscores followed by a valid identifier
- a. one star followed by a valid identifier