Computer Science, asked by Pray179, 2 months ago

a compiler that translates a high -level language into another high - level language is called a source - to- source translator . what advantages are there to using C as a target language for a compiler ?

Answers

Answered by kanishknautiyal
0

Explanation:

there are two types of compiler

1- line by line

2- at the end of program

in C we have only line by line compiler so we can't go ahead until this mistake corrects

but in high level language like java , C++ we have both

we can compile when we finish our program , it is time saving

any doubt direct in in Instagram @kanishk.nautiyal

Answered by Anonymous
3

ANSWER :

➻It is a machine independent language.

➻The error detection and correction is easier.

➻The instructions can be written in simple English words.

➻It is easier to understand and develop the program logic.

❤HOPE IT HELPS ✨✨

Similar questions