Pre-defined functions and other program elements are accessed through _________________
Pre-defined functions and other program elements are accessed through _________________
Which from the following is not a maths function?
Which from the following is not a maths function?
A function that tells the compiler to replace each call with explicit code, called __________
A function that tells the compiler to replace each call with explicit code, called __________
The maths function acos (x) stands for _____________
The maths function acos (x) stands for _____________
int &x; this syntax is used when ____________
int &x; this syntax is used when ____________
Actual parameters must be variables, is a condition of ______________
Actual parameters must be variables, is a condition of ______________
Which standard library header file is used for functions prototype for standard input and output functions?
Which standard library header file is used for functions prototype for standard input and output functions?
To make large programs more manageable programmers modularize them into subprograms that are called __________
To make large programs more manageable programmers modularize them into subprograms that are called __________
The standard C library file < stdlib.h> is used for ___________
The standard C library file < stdlib.h> is used for ___________
Like swap ( ) function if we want to change the value of actual parameter, we must call parameters __________
Like swap ( ) function if we want to change the value of actual parameter, we must call parameters __________