+ 2
Can we see output in c without getch() ?
5 Answers
+ 2
In some old compillars getch() function is used to stop compilar to exit the console(output screen)
Without getch() also output is generated
In new IDEs including SOLOLEARN code playground there is no need for this function
+ 1
getch() does not give any output.
+ 1
Yes, getch() use in turbo C but in codeblock and other compiler editor you write the code without using getch() .
0
How without getch() use we can see output in turbo compiler? Arsenic
0
If any loop run infinite, in this condition we can exit console with the help of getch(). Arsenic