1 : Display your coding output in turboC++(For begineer choice)



Function : getch();
In turbo  C++ without getch() function ,we can't show our output.

How to solve it?
  • Add first header file : #include<conio.h>
  • Call function in main method : getch()

                                                                                  

0 comments: