Computer Science, asked by malli3332, 1 year ago

Computer program that accepts a source program in one high-level language, reads and translates the entire user’s program into an equivalent program in machine language is referred to

Answers

Answered by sailorking
2

The programs that accept source program in high level language, and reads it to the user's program into equivalent program in machine language is referred to as preprocesors. The are the used to process, some high level codes to equivalent code of user's program before compilation.

Usually in programming languages preprocessor directives are used, by defining certain thing and giving it a name. Whenever that name is encountered, preprocessors convert it into it's equivalent code.

Answered by Sidyandex
1

Answer:

Language processor reads with complete source program written in the high level language as whole in one go.

It into an equivalent program in machine language is called as a Compiler and it is the source code translated to object code successfully if it is free of errors.

Source-to-source compilers translated one program, or code to the extent for gaining more benefits.  

Similar questions