macro expansion

  • C

Using Macros Check For Uppercase / Lowercase and Alphabet or Not and Biggest of 2 Numbers: C Program

Problem State: Write down macro definitions for the following: 1. To test whether a character is a small case letter…

4 years ago
  • C

C Program To Print Multiplication Table Using Macros

In this video lets see how we can print multiplication table(from 1 to 10) for any positive user input value,…

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

Macro With Argument v/s Function: C Program

In today's video tutorial lets see the difference between a Macro with argument and a simple function. Related Read: Macros…

4 years ago
  • C

Using Macro Template In Macro Expansion: C Program

In this video tutorial lets see how we can make use of a macro template in a macro expansion. Objective…

4 years ago