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.