A program written in C++ is called and the ________
Corresponding machine language program is called________
Answers
Answered by
0
Answer:
c code and it has extension of .c
c code and it has extension of .cmachine learning is also called a data science
Answered by
0
C++ source and object program
Explanation:
A program written in C++ is called source program with .cpp extension
Corresponding machine language program is called object program with .obj extension
.cpp refers to C++ source file
.obj refers to an object program file.
.exe refers to executable file
Object program(.obj file) in C++ is generated by compiling the source code having .cpp extension using C++ compiler.
An executable file(.exe) in C++ is generated by linking a set of object files all together and produce binary file.
Similar questions