What is include conio.h and getch stands for?? In c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is include conio.h and getch stands for?? In c++

how?

26th Jan 2018, 3:37 AM
Jefferson Ayopela
Jefferson Ayopela - avatar
3 Answers
26th Jan 2018, 3:49 AM
jay
jay - avatar
+ 6
1. include is a directory and all the header files like stdio.h, conio.h are kept there. 2. conio.h stands for "Console Input Output Header File” , which manages input/output on console based application.
26th Jan 2018, 5:16 AM
🦋FEATHER🦋
🦋FEATHER🦋 - avatar
+ 2
conio.h refers to the header file consoleinputoutput and getch is one of its predefined functions. getch is used to take character input.
26th Jan 2018, 3:59 PM
vickyvirus258