Clrscr(); | getch(); | are not at all usable in c programming section in this app why ❓ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Clrscr(); | getch(); | are not at all usable in c programming section in this app why ❓

https://code.sololearn.com/cf1Pi1gHQDMR/?ref=app

22nd May 2019, 3:57 AM
Mathan R
4 Answers
+ 3
Please see: https://en.m.wikipedia.org/wiki/Conio.h Sololearn supports only standard C
22nd May 2019, 4:09 AM
jay
jay - avatar
+ 9
clrscr(), getch() is old compiler functions which is most applicable in turbo C compiler which is only limited to that compiler. Using turbo C compilers is not an good practice. https://www.sololearn.com/discuss/288609/?ref=app
22nd May 2019, 4:08 AM
GAWEN STEASY
GAWEN STEASY - avatar
+ 1
Thank u all
22nd May 2019, 4:11 AM
Mathan R
+ 1
What's the alternative for getch()? Hoping someone will answer my question. :D
2nd Jun 2019, 7:54 AM
Ramon Adante
Ramon Adante - avatar