Which function of iostream.h file is used to input a string including white spaces ?
Getline
Peek
Read
Put
Which header file is included in the program for character related functions ?
String.h
Stdio.h
Ctype.h
Iostream.h
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
Which among the I/O function is contained in the header file stdio.h ?
Strcmp
Floor
Fseek
Seekg
Which header file is required for conversion routines or search/sort routines ?
Iomanip.h
Stdlib.h
Give the header file used for creating parameterized manipulators using macros ?
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 function is used to generate a random number within a range ?
Which header file is used for memory manipulation ?
Math.h