Computer Science, asked by rohanchaudhary1504, 3 months ago

Does each program processor need its own compiler and interpreter ?

Answers

Answered by zairabanday
0

Answer:

Depends on programming language

Explanation:

In order for the instructions of a written program to then be understood by a computer or processor, the source code of modern programming languages must first be converted into a machine-readable form. This is done with either a compiler or an interpreter depending on the programming language.

Similar questions