Why is C called a portable language?
Answers
Explanation:
"C" is a compiled language because the ideas behind C are kept close to the design of the computer ,the compiler (program builder) can generate machine code/native code for the computer Programs built in machine code are very fast This is hy C is called a portable language
THANK YOU ♥️♥️♥️❣️❣️❣️
Answer:
C is a compiled language. Because the ideas behind C are kept close to the design of the computer, the compiler (program builder) can generate machine code/native code for the computer. Programs built in machine code are very fast.This makes C a good language for writing operating systems. Many operating systems, including Linux and UNIX, are programmed using this language. The language itself has very few keywords, and most things are done using libraries, which are collections of code for them to be reused.
C is available for many different types of computers.This is why C is called a "portable" language.