Step 1: Open Turbo C++ Application and file->New Window.

Step 2: Type the following C language coding, given below:
- #include < stdio.h >
- #include < conio.h > Void main()
- {
- Clrscr();
- If(printf(“without demi colon program”)) {}
- getch();
- }

Step 3: Compile the program, using shortcut Alt+F9 (or) Compile->Compiler.

Step 4: Run the program, using shortcut key Ctrl+F9 (or) Menu option Run.


Prathap KrishnanPosted Aug 9, 2016, 7:39 AM
Thanks for your opinion
Kashif AsifPosted Aug 7, 2016, 10:03 AM
this is a tips but bad for programming
Afzaal Ahmad ZeeshanPosted Aug 6, 2016, 9:16 AM
Also mention that this is a very bad approach of C programming.