C Programming - Library Functions - Discussion

Discussion Forum : Library Functions - General Questions (Q.No. 2)
2.
Input/output function prototypes and macros are defined in which header file?
conio.h
stdlib.h
stdio.h
dos.h
Answer: Option
Explanation:
stdio.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.
Discussion:
8 comments Page 1 of 1.

Akila said:   1 decade ago
Can anybody tell me, what is macro?
(2)

Shivam said:   1 decade ago
I think input output functions are also in Conio.h.
(2)

Swapnali said:   1 decade ago
cgets(), cputs() , getch(), getche(), gettext() etc are also defined in conio.h.
(1)

Anjali said:   1 decade ago
What is macro?
(1)

Kavita said:   9 years ago
What is meant by macros?

The input-output functions are definitely defined in conio.h.
(1)

Sukhdeep said:   4 years ago
State the use of function library.
(1)

Styla said:   1 decade ago
What is defined in conio.h?

Madhu said:   1 decade ago
crscr(); can be defined in conio.h.

conio means CONSOLE INPUT AND OUTPUT.

CONSOLE means screen. For clearing the screen we use this.

Post your comments here:

Your comments will be displayed after verification.