Macro

  • C

C Program To Count Number of Even, Odd and Zeros In An Array

Lets write a C program to count number of even, odd and zeros in an array. What are Even and…

4 years ago
  • C

Size of Array using Macro and Constant: C Program

In this video tutorial lets see how we can assign size of an array using macros and constants. 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

Swap 2 Numbers Using Macros: C Program

Today lets learn how to swap two integer numbers(using a temporary variable) using Macros in C. Video Tutorial: Swap 2…

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