Ask Question

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.

+2
Answers (1)
  1. 30 April, 16:07
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers