- why conio not used as header file now?
- how to use clrscr() , without conio header file?
Query regarding c++ syntax
conio. h is a non standard header file generally found in old ms-dos based compilers from the dawn of computing.
Don’t use it! You won’t find it in modern compilers and
the old compilers that use it can’t generate code for modern computers.
for that you can read this article
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.