EmbLogic's Blog

Author Archives: Ritik Sharma

what is the compilation process in c program.

Compilation process in C program There are four phases for a c program to be execute, 1.pre-processor 2.compiler 3.assembler 4.linker let’s start with the first one, #Pre-Processor- The pre-processor removes the comments and include header files in source code, replace … Continue reading

Posted in Data Structures with C | Leave a comment