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
where are auto variables stored? What are the characteristics of an auto variable?
What is I ++ in c programming?
Can include files be nested?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
How can I write a function analogous to scanf?
write an algorithm to display a square matrix.
What is the use of clrscr?
What is the explanation for modular programming?
What is extern variable in c with example?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Are there any problems with performing mathematical operations on different variable types?
What are the header files used in c language?
Explain pointers in c programming?
What is variable initialization and why is it important?
How main function is called in c?