In this video tutorial lets learn about preprocessor command or directives like #ifndef, #else and #endif. These directives are used…
In this video tutorial, lets see how we can make use of #error preprocessor command or directive. Where Is It…
In this video tutorial lets see how to use preprocessor operator "defined" in C programming language. How Does 'defined' preprocessor…
In this video tutorial lets learn about preprocessor command or directives like #if, #elif, #else and #endif. These directives are…
In this video tutorial lets learn about preprocessor command or directives like #ifdef, #else and #endif. These directives are used…
In this video tutorial lets learn about using comments in C programming language. There are 2 types of comments in…
In this video tutorial lets see how we can compare a floating point variable with a constant value, and lets…
In today's video tutorial lets learn more about include directive or preprocessor statement. What We Learn? 1. Two ways of…
In today's video tutorial lets see the difference between a Macro with argument and a simple function. Related Read: Macros…
In this video tutorial lets see how we can make use of a macro template in a macro expansion. Objective…