Skip to main content
improved readability, really liked your connectiong to linking vs the processor using all binary! thank you!
Source Link

Object codefiles are codes tatthat are dependent on functions, symbols, and text to run the machineprogram. Just like old telex machines, which required teletyping to send signals to other telex machine. In

In the same way processor requiresprocessor's require binary code to run machine. Object file is, object files are like binary code but is not linked. Linking creates additional files so that the user does not have to have compiler like ccompile the C language themselves. UserUsers can directly open the exe file once the object file is linked with some compiler like c language , or vb etc.

Object code are codes tat are dependent on functions, symbols, text to run the machine. Just like old telex machines which required teletyping to send signals to other telex machine. In the same way processor requires binary code to run machine. Object file is like binary code but is not linked. Linking creates additional files so that user does not have to have compiler like c language. User can directly open the exe file once the object file is linked with some compiler like c language , or vb etc.

Object files are codes that are dependent on functions, symbols, and text to run the program. Just like old telex machines, which required teletyping to send signals to other telex machine.

In the same way processor's require binary code to run, object files are like binary code but not linked. Linking creates additional files so that the user does not have to have compile the C language themselves. Users can directly open the exe file once the object file is linked with some compiler like c language , or vb etc.

Source Link

Object code are codes tat are dependent on functions, symbols, text to run the machine. Just like old telex machines which required teletyping to send signals to other telex machine. In the same way processor requires binary code to run machine. Object file is like binary code but is not linked. Linking creates additional files so that user does not have to have compiler like c language. User can directly open the exe file once the object file is linked with some compiler like c language , or vb etc.