C program

  • C

C Program To Check Leap Year Using Ternary Operator

C Program to Find if a given Year is a Leap Year or Not, using Ternary Operator. Related Read: Ternary…

5 years ago
  • C

Programming Interview / Viva Q&A: 5 (while loop)

In this video tutorial lets understand the while loop a little better. We've posted source code of a C program…

5 years ago
  • C

C Program To Check Leap Year

C Program to Find if a given Year is a Leap Year or Not. Leap Year Logic Leap Year 1.…

5 years ago
  • C

Nested if else Statement In C

In this program we'll show you nesting of if else statements. Here we are illustrating the concept by taking score/marks…

5 years ago
  • C

Calculate Area of a Circle without using math.h library: C

We can calculate area of circle if we know the value of its radius. So using that, we shall write…

5 years ago