Why C And C++ Are Platform Dependent Code Example


Example: is c and c++ platform independent

In C, C++ the compiled code (compiler given code) is machine  language code which is understandable only by the cureent  operating system.  Hence this compiled code can not be executed in another  platform.  Due to this reason these languages are considered as platform  dependent programming languages.

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable