Question 13 Marks
Write the output of the given program:
11 questions · timed · auto-graded
Write the output of the given program:
(a) Name local variable(s).
(b) Name global variable(s).
(c) __________ is built-in function.
(d) ______________ is user-defined function.
(e) Name actual parameter(s).
(f) Name formal parameter(s).
(a) Name the variable used as parameter.
(b) Name the variable used as an argument
(c) Write function header statement.
(d) Which statement will return a value?
(e) Name a local variable(s).
(f) Name a global variable(s).
(g) Write function call statement.
(h) Variable 'a' will return the value to variable ______________.
(i) Name formal parameter


