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

When would you use a pointer to a function?

0 Answers  


a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21

4 Answers   TCS,


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

0 Answers  


c program to arrange digits in a no in ascending and descending order

1 Answers  


Where is volatile variable stored?

0 Answers  






4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


What is the difference between Printf(..) and sprint(...) ?

0 Answers   InterGraph,


WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?

6 Answers   Finite Infotech, Lovely Professional University, Wipro,


What is spaghetti programming?

0 Answers  


c program to subtract between two numbers without using '-' sign and subtract function.

1 Answers  


what is the use of macro program

1 Answers   TCS,


hi , please send me NIC written test papers to sbabavalli@gmail.com

0 Answers   NIC,


Categories