InterviewSolution
Saved Bookmarks
| 1. |
What is source code and object coad |
| Answer» CE 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. | |