Computer Science, asked by crazygirl94, 10 months ago

2. Find out whether BASIC language is a compiler or an interpreter. Justify your answer.​

Answers

Answered by AdityaBTS
1

Answer:

I hope it helps..

Explanation:

The basic difference is that a compiler system, including a (built in or separate) linker, generates a stand alone machine code program, while an interpreter system instead performs the actions described by the high level program. 2) Once a program is compiled, its source code is not useful for running the code.

Similar questions