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 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 ?
In which header file contain the functions used to generate random numbers ?
Stdio.h
Stdlib.h
Iomanip.h
Math.h
Which math function is used for round off to the smallest integral value ?
Ceill
Ceil
Pow
Which header file is required for conversion routines or search/sort routines ?
Iostream.h
Give the header file used for creating parameterized manipulators using macros ?
String.h
Which function is used to convert the lowercase characters to uppercase ?
Tolower( )
Islower( )
Isalpha( )
Toupper( )
Which header file performs the mathematical functions and conversions ?