Macro Template

  • C

Using Macros Find Arithmetic Mean, Absolute Value, Biggest of 3 number and convert upper case alphabet to lower case: C Program

Problem Statement: Write down macro definitions for the following: 1. To find arithmetic mean of two numbers. 2. To find…

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
  • C

C Program To Find Area of Circle Using Macro Expansion

In this video tutorial lets learn about Macro Expansion and also lets write a simple program to find area of…

4 years ago