biggest of 3 numbers

  • 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

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