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

What does the function toupper() do?

661


Explain how do you determine the length of a string value that was stored in a variable?

673


How can you restore a redirected standard stream?

613


Why is #define used?

794


What is graph in c?

587






What is use of integral promotions in c?

668


What are the 32 keywords in c?

639


What is static function in c?

639


Explain do array subscripts always start with zero?

763


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

602


What are bitwise shift operators in c programming?

650


How can I access an I o board directly?

629


What is the purpose of 'register' keyword?

694


How can I sort more data than will fit in memory?

632


Distinguish between actual and formal arguments.

593