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
Post a Comment