Computer Science, asked by NIKHIL987, 1 year ago

what is the basic difference of compiler and editor

Answers

Answered by MacTavish343
0
Hello

COMPILER ::
a program that converts instructions into a machine-code or lower-level form so that they can be read and executed by a computer.

EDITOR ::
a computer program enabling the user to enter or alter text.

hope this helps you
Answered by Shashankngm1
1
Compiler is basically a set of programs that converts the source code(high level language written in any programming language) into machine understandable code(lower level language - binary code) that the computer’s processor further uses.


Source Code Editor is an standalone application required for writing or editing the source code. A source code editor checks for syntaxes while user writes a code and immediately warns of syntax errors.



Text Editor is a simple application required for editing plain text such as notepad.
Similar questions