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

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy