The process of sending an argument to a function is called…..
a) sending
b) filtering
c) delivering
d) passing
The function definition consists of……
a) function header
b) function body
c) both a & b
d) none of these
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