number of positional and keyword parameters are stored in......????
Answers
Answered by
20
Presentation.
Please mark as brainliest and thank my all answers.......
Also follow me please dear
Answered by
0
LOCAL SYMBOL TABLE is used to store the number of the positional and keyword parameters.
Explanation:
- Positional and keyword parameter values are saved in a local symbol table.
- The default values for keyword parameters are those specified in the macro specification, whereas positional parameters have a null default value.
- Positional arguments are those that can be accessed by their location in the function call.
- Arguments that can be identified by their name are known as keyword arguments.
- Parameters that must be given to the function are referred to as required arguments.
Similar questions