How dos the programming process work?
Make / Edit the Source code
Source Code
(Pre Processing)
Compiler
(compilation)
Object code
(Close to a code that can be understood by the machine)
Linker
(Linking)
Executable Code
It is the text of a program that a user can read; commonly thought of as a
program.
Source Code
It refers to the events that occur while the program is executing.
Runtime
It is the collection of pre-written
Library
These are detected during compiled time
Syntax Errors
Time errors that are detected during execution time
Semantic / Run