What is conio. h?

1 answer

Answer

1221172

2026-08-18 19:40

+ Follow

conio.h is a header file used in C and C++ programming, particularly in DOS-based systems. It provides functions for console input and output, such as gotoxy() for cursor positioning and clrscr() for clearing the screen. Although it was widely used in older compilers like Turbo C++, it is not part of the standard C library and is largely considered obsolete in modern programming environments.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.