The first line of function definition is known as……..
a) function header
b) function body
c) arguments
d) none of these
The statement that activates a function is known as……..
a) function call
b) function output
c) invoking function
d) none of these
A function that does not return a value has the return type……
a) null
b) void
c) nothing
d) valid
Parameters used in the function header of a function definition are called……
a) formal parameters
b) default parameters
c) actual parameters
d) command line parameters
Parameters with function call statement are called…..
a) formal parameters
b) default parameters
c) actual parameters
d) command line parameters
What happen when function is called…..
a) control moves to function
b) statement in the function body
c) control return
d) all of these