Saved Bookmarks
| 1. |
Define source code and object code |
|
Answer» Answer: Source code is generally understood to mean programming STATEMENTS that are created by a programmer with a text editor or a visual programming TOOL and then saved in a file. Object code generally refers to the output, a compiled file, which is PRODUCED when the Source Code is compiled with a C COMPILER. |
|