EmbLogic's Blog

Author Archives: Ayush Dhiman

Compiler process in ‘C’

Compiler is a software ,which is use for converting the code language to machine language. the c programe are work in 5 process- Preprocessor compiler assembler linker loader Preprocessor-In the preprocessor a preprocessor directive (#) and a header file (stdio.h) … Continue reading

Posted in Data Structures with C | Leave a comment