Why do we say C is highly portable?
Answers
Answer:
Because nearly every target platform has a C compiler available for it, C is considered a very portable programming language. That said, simply writing code in C does not guarantee portability. ... Uses a non-standard compiler extension, which might not be available on all compiler implementations.You need to recompile your C program on every platform. C compilers generate machine code which is portable only to a very limited extent, between machines of the same processor/memory architecture and OS.
Meaning of portablity-
A portable language is a computer programming language capable of developing software for more than one computer system. For example, C++ is a portable language commonly used today.
Answer:
question is not clear. so please write full que