What is the meaning of conio in C?

1 answer

Answer

1009326

2026-08-08 13:55

+ Follow

Hi,

Conio.h is a header file which have functions declaration. One of them is clrscr() function. This function have its prototype in conio.h.

clrscr() function is used to clear the screen. Thus, whenever u called clrscr() function u r required to define conio.h header file in your program.... Similarly there are many functions in conio.h....

Hope it will help u....

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.