Differentiate Source Codes from Object Codes
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 |
How can I access memory located at a certain address?
What are the different categories of functions in c?
Write a simple program to find the size of different basic data types in C.
What is the meaning of c in c language?
What are the different types of linkage exist in c?
Tell us the use of fflush() function in c language?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
write a progam to display the factors of a given number and disply how many prime numbers are there?
What does printf does?
What is difference between static and global variable in c?
write a program to remove occurrences the word from entered text?
write a program that explain #define and # undef directive