Which header file performs the mathematical functions and conversions ?
Iostream.h
Math.h
Iomanip.h
Stdlib.h
Which function is used to generate a random number within a range ?
Srand( )
Random( )
Rand( )
Randomize( )
Which math function is used for round off to the smallest integral value ?
Floor
Ceill
Ceil
Pow
Which header file is included in the program for character related functions ?
String.h
Stdio.h
Ctype.h
Give the header file used for creating parameterized manipulators using macros ?
What type of subprogram is used to develop software ?
Library
Header files
Package
None of these
Which function is used to generate different random numbers that depends on the value passed ?
In which header file contain the functions used to generate random numbers ?
What do you mean by the files containing the standard functions that is using in the program ?
I/O Package
Which header file is used for memory manipulation ?