Compiled code

Compiled code is the code that had been transformed in machine readable format. Operating system in that machine will dictate what format of executable code needs to be. Different operating systems will have a different format of executable code, for example it is not possible to take an executable code that was compiled for Windows and run it it Apple OS because that binary will not be compatible with that system.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator