directive

  • C

Even or Odd Number using Macros: C Program

Lets write a C program to find if the user input number is odd or even, using Macros. Related Read:…

4 years ago
  • C

C Program To Determine Leap Year or Not using Macros

In this video tutorial lets learn how to determine user input year is a leap year or not, using Macros…

4 years ago
  • 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

#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