13. Write the term suitable for the following description

(a)A name inside the parenthesis of a function header that can receive a value.
(b)An argument passed to a specific parameter using the parameter name.
(c)A value passed to a function parameter
(d)A value assigned to a parameter name in the function header.
(e)A value assigned to a parameter name in the function call.
(f)A name defined outside all function definitions
(g)A variable created inside a function body

ANS:

a) Parameter
b) Keyword Argument
c) Argument or Actual Parameter
d) Default Argument
e) Keyword Argument
f) Global Variable
g) Local Variable

error: Content is protected !!