answersLogoWhite

0

conio.h is a system library that provides console input and output. It was used to create text-based "GUI" applications before the advent of video modes that were actually graphical. It is apparently no longer used in modern compilers, although there is an open source library by the same name designed to implement the functions that conio.h previously provided.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is conio?

It is the Console IO header which is part of the C standard library.


What is the command prompt of c language?

There is no such thing.


Why c plus plus language is called command oriented language?

C++ is not a command oriented language, it is a multi-paradigm language because it employs functional and object-oriented approaches to programming.


What command clears computer memory?

free(pointer_name) command used in c-language


What do you mean by c language?

C is a programming language.


Why is getch defined in conio header file and not in iostream?

It is not a question, because it is inbuilt by authors of c(dennis ritchie &brian kernighan) it is inevitable you cannot change it or question it. Actually, getch is not part of the standard C run time library, it belongs to curses (unix) or conio (DOS). iostrem is not part of the C-rtl either, because it is C++


How use find command in c language?

C language doesn't have commands only instructions. Sadly, 'find' is not an instruction in C, you might have misunderstood something.


What do you mean by c?

c is a programing language


What is the term 'fprintf' used in?

The term "fprintf" is a command used in the computer programming language C++. The command "fprintf" in C++ is used to print formatted data to a stream.


List of hot key command in c language?

None. You must have misunderstood something.


Why C language is p?

C language is not p actually. Of course it might depend on what do you mean by 'p'.


Write a program in c to display welcome to the world of c sharp?

#include<stdio> #include<conio> class program { namespace display { console.println("write your text"); } } correct me if im wrong im a new programmer.