Q. How are keyword 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
- c. two stars followed by a valid identifier