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
A built-in function can be……..
a) cannot be redefined
b) can be redefined
c) cannot return a value
d) should be redefined
Function declaration consist of……
a) function name
b) return type
c) number and types of parameters
d) all of these