• C

C Program To Check Repetition of Digit In A Number using Arrays

Lets write a C program to check if any digit in a user input number appears more than once. Note:…

  • C

Designated Initializers In Array: C Program

In this video tutorial lets learn about Designated Initializers in arrays. C99 introduced the concept of designated initializers. These allow…

  • C

C Program To Print Elements of Array In Reverse Order

Lets write a c program to print or display the elements of an array in reverse order. Related Read: Basics…

  • 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:…

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

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

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

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

  • C

Using Macros Find Area and Perimeter of Triangle, Square, Circle: C Program

Problem State: Write macro definitions with arguments for calculation of area and perimeter of a triangle, a square and a…

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