Computer Science, asked by sohamdarwatkar99, 12 days ago

Name the steps involved in execution of a program in detail in C++ programming​

Answers

Answered by brundag
0

Bigg Boss

1. There are three steps in executing a c++ program: Compiling, Linking and Running the program. ...

2. After typing the program the file is saved with an extension .cpp. ...

3. source cde has to be converted to an object cde which is understandable by the machine. ...

4.process is known as compiling the program.

Answered by sourasghotekar123
0

Answer:

Name the steps involved in execution of a program in detail in C++ programming​.

Explanation:

  • There are three steps involved in the executing a C++ program: And those three program are- Compiling, linking and Running the program.
  • But what is C++? C++ is a cross- platform. It is the language that can be used to create high performance applications.
  • It is the Fast and strong type program language. It makes it an ideal choice for developing operating system.
  • Most of the software from Microsoft like Windows, Microsoft Office. IDE visual Studio and Internet Explorer are also written in C++.
  • There are few steps to run the C++ program.
  • 1. Get a C++ compiler. This is the first step.
  • Write a C++ program.
  • Compile the program and then Run the program.
  • And we get output.
  • C++ is also used in VR, robotics and scientific computing.

Hence, this is C++ and steps to execute the program.

#SPJ6

Similar questions