Differentiate Source Codes from Object Codes



Differentiate Source Codes from Object Codes..

Answer / 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

More C Interview Questions

How can I access memory located at a certain address?

3 Answers   Verizon,


What are the different categories of functions in c?

0 Answers  


Write a simple program to find the size of different basic data types in C.

3 Answers  


What is the meaning of c in c language?

0 Answers  


What are the different types of linkage exist in c?

0 Answers  






Tell us the use of fflush() function in c language?

0 Answers  


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

0 Answers   Huawei,


write a progam to display the factors of a given number and disply how many prime numbers are there?

2 Answers  


What does printf does?

0 Answers  


What is difference between static and global variable in c?

0 Answers  


write a program to remove occurrences the word from entered text?

1 Answers  


write a program that explain #define and # undef directive

1 Answers  


Categories