Computer Science, asked by stepenwolf90, 6 months ago

Why this particular program is not compiling??​

Attachments:

Answers

Answered by AηυsнкA
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