COMPILER DESIGN

SEMANTIC ANALYSIS

TYPE CHECKING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Output of c++ compiled file has how formats?
A
2
B
3
C
1
D
4
Explanation: 

Detailed explanation-1: -There are three basic steps involved in compiling a C program: preprocessing, compilation of C source code to machine code (or assembly) (also called object code), and linking of multiple object files into a single binary executable program.

There is 1 question to complete.