Computer Science, asked by storeofmumbai7977, 5 months ago

Step questions :: (Any 3)1. Write steps to save your c++ program .2. Write steps to view your webpage or open you3. Write steps to open C++,4. Write steps to save HTML coding in Notepad.​

Answers

Answered by Haruhi22
1

Answer:

1) You should install compiler for C++(if you are not able to figure it out watch YouTube video)

You can write code in your notepad and save it with appropriate name .cpp After that open your command prompt .Then move to the directory where the file is present using cd command.

g++ helloworld.cpp -o helloworld

Type the above command and press enter

To run the program use

helloworld.exe or you can also use helloworld

(or)

Instead you can install IDEs like Visual Studio or eclipse.

2)save your file with extension .html . Go to the file location and Click on that file then it will automatically opens the webpage in chrome /edge depending on your default browser.

(or)

Open the web browser and press Ctrl+o select the file.

3) You can directly open it in notepad

Ctrl+o Then select the file

or you can also open it from command prompt

4)Ctrl+S with extension as .html

Hope this helps✌

Similar questions