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
What is the easiest sorting method to use?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Which is the best website to learn c programming?
What is keyword with example?
What does volatile do?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Explain how do you determine a file’s attributes?
Explain how many levels deep can include files be nested?
Explain what will the preprocessor do for a program?
Explain modulus operator.
Wt are the Buses in C Language
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the meaning of 2d in c?
What is a node in c?
In c language can we compile a program without main() function?