C programming

  • 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

Basics of Arrays: C Program

Lets look at basics of arrays in C programming language. We've already covered a lot of stuffs about arrays in…

4 years ago
  • C

Introduction To Arrays: C Programming Language

Arrays is one of the most important topics in C programming language. In this video tutorial I'll give you a…

4 years ago
  • C

C Program to Calculate Simple Interest and Amount using Macros

Problem Statement: Write macro definitions with arguments for calculation of Simple Interest and Amount. Store these macro definitions in a…

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