Computer Science, asked by parchu4991, 11 months ago

What are keyword arguments?

Answers

Answered by ckroyofficial
0

Hey

mate

keyword arguments also called named parameters.

In computer programming, named parameters, pass-by-name, or keyword arguments refer to a computer language's support for function calls that clearly state the name of each parameter within the function call.

Answered by Anonymous
1

In computer programming, named parameters, named argument or keyword arguments refer to a computer language's support for function calls that clearly state the name of each parameter within the function call. 

Similar questions