What is compiler, linker, loader?
=====> COMPILATION PROCESS <====== | |—-> Input is Source file(.c) | V +=================+ | | | C Preprocessor | | | +=================+ | | —> Pure C file ( comd:cc -E <file.name> ) | V +=================+ | | | Lexical Analyzer| | | +—————–+ | | | Syntax Analyzer | | | +—————–+ | | … Read more