Ask Question
26 October, 07:21

The availability of the appropriate compiler guarantees that a program developed on one type of machine can be compiled on a different type of machine.

True / False.

+4
Answers (1)
  1. 26 October, 09:56
    0
    This is probably false. Take a language like C++, and even though some open source compilers will work for both Windows AND Linux, some functions or libraries may be available on Windows but not Linux and vice versa. Theoretically, if you're using the standard library and the compiler supports it, then yes, but in practice, the answer is usually no.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “The availability of the appropriate compiler guarantees that a program developed on one type of machine can be compiled on a different type ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers