Saved Bookmarks
| 1. |
What is source code and object code? write language which source code and object code is same. |
|
Answer» Object code is the OUTPUT of a compiler after it processes source code. Source code is the VERSION of a computer program as it is originally written (i.e., typed into a computer) by a human in a programming language. A compiler is a SPECIALIZED program that converts source code into object code. |
|