Here are the steps to install C and how to open it for typing the code
Click Here- Download Turbo C from the below link
2. Unzip the zipped folder
4. Click on Setup file
5. Click on Next button
6. Read the Agreement and License and click on Accept the agreement and at last click on Next button
7. Click on Install Button
8. Wait for some minute
9. Put a check mark at Lunch and click Finish button
10. Click on Start Turbo C++
11. Click on the button indicated until you find your window
12. Click on File menu and Click on New option
13. Remove other unwanted open window as abope and Type the following code in your window
14. Press F10 from keyboard and move the crusor to Compile Menu and hit the compile option or simply press ALT+F9. The compiler will show following message as shown
If Compiler doesnot find any bug then Errors shown will be 0 and your program is ready to run but if it finds out any error then your program cannot run.
15. Now Hit enter and move the cursor to Run Menu and hit on Run or simply press F9. The following object windows will be shown for the output.
16. Now hit any key from the keyboard. To exit from the program just goto File menu and click on Quit or simply press ALT+X
17. If The program is not saved it will ask you to save. Click on Yes Button.
18. Now in prompted dialog box remove the text written and Give the file name to save. File name must not contain space within.
No comments:
Post a Comment
If you have any doubt, let me know...