+ 2
In Turbo C, while mentioning return 0 it never shows the output but mentioning getch it always shows output of any program. Why?
About return 0 and getch
3 ответов
+ 2
getch() is predefined function in c programming it holds the output screen for user input and realted out put
Turbo C in now outdated compiler so please don't continue with it
You should use Dev CPP it's best and you will not need to write getch() here.
+ 2
Thank u for the answers👍