Question: You write a C++ program and its in two files: myprogram.h, and myprogram.cpp. Then a process is: 1- any object (.o) files created when this
You write a C++ program and its in two files: myprogram.h, and myprogram.cpp. Then a process is:
1- any object (.o) files created when this program is compiled
2- The executable file created when this program is compiled
3- The two C++ files myprogram.h and myprogram.cpp
4- The compiled version (executable) of this program in action, with stack, heap, registers, code, program counter, etc.
(choose the correct answer )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
