English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

why stdio.h and conio.h are not written in a single header file?

2006-08-06 21:58:56 · 5 answers · asked by kanchan s 1 in Computers & Internet Programming & Design

5 answers

stdio.h => (Standard Input Output Header file)generally used for Inout Output and some standard fuction used in

conio.h =>(Console Input Output Header file) used generally used in console based application.

both can be used ini a single header file, there are no problem using both header file in a single header file.

2006-08-06 22:04:43 · answer #1 · answered by Leo H 4 · 1 0

stdio.h

Stdio is the header for the standard functions that deal with input and output to the console and to files.

conio.h

Console versions of common I/O functions. They bypass the stdin and stdout buffers and access the console directly.

2006-08-06 22:09:09 · answer #2 · answered by Joe_Young 6 · 0 1

stdio.h (standard input output header file) used for standard function like scanf(), printf() etc.

conio.h (consol input output header file) used for display controlling function like getch()

2006-08-06 22:07:35 · answer #3 · answered by Anonymous · 1 0

Stdio H Full Form

2017-01-15 04:38:47 · answer #4 · answered by ? 4 · 0 0

Stdio.h contain the function prototypes of standard input/output where as conio.h contain the function prototypes of getch(),printf() etc.

2014-08-30 20:23:44 · answer #5 · answered by SANKHA 1 · 2 0

fedest.com, questions and answers