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
Write a program for finding factorial of a number.
Tell me when is a void pointer used?
Explain how to reverse singly link list.
What is the difference between declaring a variable by constant keyword and #define ing that variable?
what are the 10 different models of writing an addition program in C language?
How do you define a function?
What is the -> in c?
What are the complete rules for header file searching?
What are the features of c languages?
How will you write a code for accessing the length of an array without assigning it to another variable?
How do I copy files?
What is meant by int main ()?
Why do we need volatile in c?
Can you subtract pointers from each other? Why would you?
Why static variable is used in c?