Why this particular program is not compiling??
Attachments:
Answers
Answered by
6
Answer:
A compiler takes the program code (source code) and converts the source code to a machine language module (called an object file)...So, for a compiled language the conversion from source code to machine executable code takes place before the program is run.
Similar questions