Computer Science, asked by sukhmanpreetkaur1234, 6 months ago

What is keyword argument? Give an example.

Answers

Answered by Anonymous
3

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

Answered by rs9916948
7

Answer:

v

named parameter

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.

For example, consider the argument that because bats can fly (premise=true), and all flying creatures are birds (premise=false), therefore bats are birds (conclusion=false). If we assume the premises are true, the conclusion follows necessarily, and it is a valid argument.

Explanation:

please mark as brainliest and give 15 thanks then I will follow you and give 30 thanks

Similar questions