There comes many days in everyone’s life when you sit, introspect, make plans and decide to work on them. Like everyone else, I had those days too until this one day when I actually started…
Preprocessor Directives in C & C++
The C Preprocessor is a tool that is used to perform the pre-processing part before the actual compilation begins. Since the C compiler itself uses the C preprocessor to transform the source code before compiling,…