Compilers only need to be held in RAM during the initial translation of high-level language code, rather than during every execution of the code
Explanation:
Compilers just should be available in RAM once. At the point when the code is interpreted, an executable item code record is saved in paired structure. This record is utilized to run the program in future so interpreter programming isn't required once more.