macros

  • 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

Positive or Negative or Zero Using Macros: C Program

C Program to check whether the user input integer number is positive, negative or zero using Macros and ternary /…

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

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

Preprocessors In C Programming Language

In this video tutorial we'll cover some basics about preprocessors and give you overview of what we'll be covering in…

5 years ago