How to run a programme in C++
Answers
Answered by
0
Explanation:
Click on File->New->Source File option.
Write your C++ program as shown below and save it ( ctrl+s ). ...
Once you have written the program, click on compile and run.
An output window will appear showing the result that is, Hello World printed.
Now, you are ready to go for the next chapter.
Answered by
1
Answer:
Step 4: Compile the program using Alt + F9 OR Compile > Compile (as shown in the below screenshot). Step 5: Press Ctrl + F9 to Run (or select Run > Run in menu bar ) the C program. Step 6: Alt+F5 to view the output of the program at the output screen.
Explanation:
mark as brainlist potterheads
Similar questions