0
Y c is not a platform independent??
2 Answers
+ 3
I'd say that C source code is mostly platform independent. However it needs to be recompiled for each platform/OS/architecture, so compiled C code isn't really portable.
0
As Anna said, it needs to be recompiled for each platform.
It is due to the fact that it doesn't come with a special environment to run programs (like Java for example and the JVM -> Java virtual machine)