What is the difference between compiler language and interpreted language ?
Answers
Answered by
0
.Compiler
-Compiler takes entire program as input Interpreter.
-Intermediate Object Code is Generated
-Conditional Control Statements are Executes faster
-Memory Requirement : More
-Example : C Compiler
Interpreted :
-Interpreter takes single instruction as input
-no Intermediate Object Code is Generated
-Conditional Control Statements are Executes slower
-Memory Requirement : less
-Example : BASIC
MAKE ME BRAINLIEST IF u understand
-Compiler takes entire program as input Interpreter.
-Intermediate Object Code is Generated
-Conditional Control Statements are Executes faster
-Memory Requirement : More
-Example : C Compiler
Interpreted :
-Interpreter takes single instruction as input
-no Intermediate Object Code is Generated
-Conditional Control Statements are Executes slower
-Memory Requirement : less
-Example : BASIC
MAKE ME BRAINLIEST IF u understand
Similar questions