Please try this program: #include #include "These are known as HEADER FILES" void main (void) {printf("Hello World"); "YOUR PROGRAM" getche(); "Here this command works as (Press any key to continue)" }
NOTE: PLEASE TAKE CARE OF SYNTAX (GRAMMAR OF THIS PROGRAM)
1) TYPE THIS PROGRAM 2) COMPILE YOUR PROGRAM 3) RUN YOUR PROGRAM.
If there are no errors after compilation you will run your program. You can find RUN in the DEBUG pull down menu or you can use CTRL + F9 as a shortcut. After this a DOS window will appear with your program.
You will find the COMPILE under the PROJECT pull down menu. After you have written any program. This command will translate your program and show errors or warnings (if any) in the message box. You can also use ALT + F9 as a shortcut.