Are C programs cross-platform?

The language C itself is cross-platform , because you don’t directly run C code on machines. The C source code is compiled to assembly, and assembly is the platform specific code. The only non cross-platform part are the compilers and the resulting assembly.

Sizin İçin Seçtik  Which programming language is cross-platform?

Leave a Reply

Your email address will not be published. Required fields are marked *