A called function can return control to the caller if…….
a) function does not return value
b) function has no value
c) program successfully ends
d) all of these
The function body is also referred as……
a) class
b) block
c) compound statement
d) all of these
Which of the following situation int &x: is used?
a) x is passed by value
b) x is passed by reference
c) x is declared outside function
d) none of these
A function cannot be defined inside…….
a) class
b) another function
c) program
d) none of these
A function that is called by itself either directly or indirectly is called……
a) super function
b) recursive function
c) main function
d) all of these
….. is a collection of data items of the same type placed in contiguous memory locations is called.
a) array data structure
b) stack data structure
c) link list data structure
d) tree data structure