The data type specifier of the data returned the function is called….
a) type
b) name
c) parameter
d) all of these
The identifier by which function will be called….
a) type
b) name
c) parameter
d) all of these
Which of the following is not the built-In function?
a) sqrt ()
b) exp ()
c) time ()
d) sin ()
The variables that receive arguments is called…….
a) type
b) name
c) parameter
d) all of these
The block of
code that is surrounded by braces is called……
a) type
b) name
c) parameter
d) statements
Which of the following are advantages of functions?
a) code reusability
b) updating code
c) readability and understandability
d) all of these