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 |
Difference between Shallow copy and Deep copy?
Why is void main used?
What is modeling?
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
What are the properties of union in c?
What are the disadvantages of external storage class?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is new line escape sequence?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
Output for following program using for loop only * * * * * * * * * * * * * * *
Hi, main() { } Is a user defined function or Built in Functionn
How do you generate random numbers in C?