Basic Terms before getting into
Programming
Compile time:
Compile time refers to the period during which the source code of a program is compiled into executable code. This includes syntax checking, type checking, and optimization of the code. Errors and warnings discovered during compilation ...
dhanushks.hashnode.dev6 min read