Page 1 of 1

A programming language is to be designed to run on a machine that does not have a big memory.

Posted: Thu Jul 14, 2022 9:07 am
by answerhappygod
a) Prefer a 2 pass compiler
b) Prefer an interpreter
c) Not support recursion
d) All of the mentioned