What is a Source code
A source code is a plain text file that contains the programming language, all formatted and pretty and written properly. To create a source code, you use a text editor. Any text editor can do, although some editors offer helpful features like color coding, line numbers, syntax checking and other tools. The source code is then compiled into object code.