Menu Close

Tag: Macros

Constants Can Not Be Changed

Constants in C Programming

1. What is a Constant ? Constants are fixed values that do not change during program execution. These fixed values are also called literals. Using…

How Does Preprocessor Work in C ?

Preprocessor occurs prior to the formal compilation stage.  In simple terms, a C Preprocessor is just a text substitution tool and it instructs the compiler…