Which function of iostream.h file is used to input a string including white spaces ?
Getline
Peek
Read
Put
Which function is used to generate a random number within a range ?
Srand( )
Random( )
Rand( )
Randomize( )
Which header file performs the mathematical functions and conversions ?
Iostream.h
Math.h
Iomanip.h
Stdlib.h
Which function is used to generate different random numbers that depends on the value passed ?
Which function is used to flush the buffer(i.e. writes all unwritten characters in the buffer) ?
End's
Endl
Eof
Ws
Give the header file used for creating parameterized manipulators using macros ?
Stdio.h
String.h
In which header file contain the functions used to generate random numbers ?
Which function is used to convert the lowercase characters to uppercase ?
Tolower( )
Islower( )
Isalpha( )
Toupper( )
Which math function is used for round off to the smallest integral value ?
Floor
Ceill
Ceil
Pow
Which among the string function is used to find the length of a string ?
Strlen
Strnset
Strchr
Strset