Differentiate Source Codes from Object Codes

Answer Posted / hrpynux@gmail.com

The basic difference between source code and object code is that source code is written by a programmer while an object code is produced when a source code is compiled. Source code is created with a text editor or a visual programming tool and then saved in a file and object code is processed by the CPU in a computer.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program for finding factorial of a number.

830


Tell me when is a void pointer used?

852


Explain how to reverse singly link list.

802


What is the difference between declaring a variable by constant keyword and #define ing that variable?

2995


what are the 10 different models of writing an addition program in C language?

1641


How do you define a function?

769


What is the -> in c?

776


What are the complete rules for header file searching?

849


What are the features of c languages?

817


How will you write a code for accessing the length of an array without assigning it to another variable?

801


How do I copy files?

795


What is meant by int main ()?

930


Why do we need volatile in c?

930


Can you subtract pointers from each other? Why would you?

738


Why static variable is used in c?

749