Interview Questions and Answers

Input/output function prototypes and macros are defined in which header file?

A   conio.h

B   stdlib.h

C   stdio.h

D   dos.h


Correct Option - C

Explainationstdio.h, which stands for "standard input/output header", is the header in the C standard library that contains macro definitions, constants, and declarations of functions and types used for various standard input and output operations.

Report this question

Write Your Comments
!You need to be logged in to post comment

Share This Page -