C programming

  • C

Biggest of 3 Numbers using Macros: C Program

In this video lets see how we can make use of Macros and ternary / conditional operator to find biggest…

4 years ago
  • C

Macro Continuation (\) Preprocessor Operator: C Program

In this video lets see how we can have multiple line of code inside macro expansion, by using preprocessor operator…

4 years ago
  • C

Predefined Macros In C Programming Language

In today's video tutorial lets look at couple of predefined Macros in C programming Language. Uses of Predefined Macros It's…

4 years ago
  • C

#pragma Directive: C Program

In this video tutorial lets look at using #pragma preprocessor directive. #pragma Directive #pragma is a special purpose directive which…

4 years ago
  • C

#undef Directive: C Program

In today's video tutorial lets see how to use #undef preprocessor directive. Related Read: C Program To Find Area of…

4 years ago