Which C header file contains the prototype statements for the file operations?
-
string.h
-
stdio.h
-
conio.h
-
stdlib.h
-
math.h
B
Correct answer
Explanation
Input and Output operations can also be performed in C using the C Standard Input and Output Library (cstdio, known as stdio.h in the C language). This library uses what are called streams to operate with physical devices such as keyboards, printers, terminals or with any other type of files supported by the system.