EmbLogic's Blog

Author Archives: Mayank Rohilla

gcc compilation process

  Gcc compiler Compilation Process: Any c file, a user wants to compile is not directly compiled. For example, there is c file having a name hello.c, this hello.c file is not directly provided to the compiler. Hello.c file first … Continue reading

Posted in Data Structures with C | Leave a comment