Another name for built-in function is…
a) user-define function
b) library function
c) custom-made function
d) both a & b
The predefined function that are part of C++ language are called…….
a) built-in function
b) library function
c) user-define function
d) both a& b
Function prototype for built-in functions is specified in……..
a) source file
b) header file
c) object file
d) image file
The pow () and sqrt () are examples of…
a) built-in functions
b) user-define functions
c) local functions
d) keywords
….. 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
How many types of array data structure?
a) one
b) two
c) three
d) four
Explanation: one dimensional array, two-dimensional array