Which header file performs the mathematical functions and conversions ?
Iostream.h
Math.h
Iomanip.h
Stdlib.h
Which header file is included in the program for character related functions ?
String.h
Stdio.h
Ctype.h
Which function is used to generate different random numbers that depends on the value passed ?
Rand( )
Random( )
Randomize( )
Srand( )
Which function is used to generate a random number within a range ?
Which function is used to convert the lowercase characters to uppercase ?
Tolower( )
Islower( )
Isalpha( )
Toupper( )
Which among the I/O function is contained in the header file stdio.h ?
Strcmp
Floor
Fseek
Seekg
Which header file is used for memory manipulation ?
In which header file contain the functions used to generate random numbers ?
Which function of iostream.h file is used to input a string including white spaces ?
Getline
Peek
Read
Put
What do you mean by the files containing the standard functions that is using in the program ?
Library
Header files
I/O Package
None of these