answersLogoWhite

0

What do you mean by conio command in C language?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

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

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do you mean by conio command in C language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is conio?

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


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 is the command prompt of c language?

There is no such thing.


What command clears computer memory?

free(pointer_name) command used in c-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++


What do you mean by c language?

C is a programming language.


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 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.


What do you mean by c?

c is a programing language


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.