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

What is the difference between macros and inline functions?

5 Answers   Global Edge, L&T,


f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 Answers  


Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort

3 Answers  


Explain the difference between call by value and call by reference in c language?

0 Answers  


Why void is used in c?

0 Answers  






Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

0 Answers   Wipro,


How is a structure member accessed?

0 Answers  


what is the role you expect in software industry?

0 Answers   HCL,


What would be an example of a structure analogous to structure c?

0 Answers  


Explain what is the benefit of using an enum rather than a #define constant?

0 Answers  


what is difference between C and C++

4 Answers  


Explain heap and queue.

0 Answers   Aricent,


Categories