Which of the following is used by a function to receive values?
a) function
b) parameter
c) expression
d) constant
Which of the following is incorrect?
a) function can call another function
b) function can be called many times
c) function can be return values
d) function must have at least one value
Which keyword is used by a function to return value?
a) function
b) return
c) call
d) back
The scope of a variable refers to…..
a) length of variable
b) name of variable
c) accessibility of variable
d) data type of variable
A variable declared inside function is known as..
a) local variables
b) global variable
c) private variables
d) external variable
A variable declaration outside any function is called……
a) global variables
b) local variable
c) external variables
d) private variable