Give the header file used for creating parameterized manipulators using macros ?
Iostream.h
Iomanip.h
Stdio.h
String.h
Which header file performs the mathematical functions and conversions ?
Math.h
Stdlib.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 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
What type of subprogram is used to develop software ?
Library
Header files
Package
None of these
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 math function is used for round off to the smallest integral value ?
Ceill
Ceil
Pow
Which function of iostream.h file is used to input a string including white spaces ?
Getline
Peek
Read
Put