Multiple Choice
What is the following is invalid header file in C?
A) math.h
B) mathio.h
C) string.h
D) ctype.h
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: Array is an example of _ type
Q22: Will compiler produce any compilation error if
Q23: Address stored in the pointer variable is
Q24: Set of consecutive memory locations is called
Q25: What is output of below program?<br>Int main()<br>{<br>Int
Q27: Pointer variable is declared using preceding _
Q28: What is maximum dimension that array can
Q29: What should be the output of below
Q30: which of the following is the best
Q31: () is used for _<br>A)function body<br>B)Arguments<br>C)Return type<br>D)Declaration