Computer Science, asked by Aqwin, 1 year ago

Why do we say C is highly portable?​

Answers

Answered by charlie1505
2

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.

Answered by pranitakakati1976
1

Answer:

question is not clear. so please write full que

Similar questions