C programming

  • C

C Program To Count Positive, Negative and Zero using Ternary Operator and without using Array

Lets write a C program to enter number till the user wants. At the end it should display the count…

5 years ago
  • C

C Program To Count Positive, Negative and Zero without using Array

Lets write a C program to enter number till the user wants. At the end it should display the count…

5 years ago
  • C

C Program To Find Absolute Value of a Number

Write a C program to find absolute value of a number entered through the keyboard. Absolute Value In mathematics, the…

5 years ago
  • C

C Program To Find The Day on 01 January using Gregorian Calendar

According to the Gregorian Calendar, it was Monday on the date 01/01/01. If any year is input through the keyboard…

5 years ago
  • C

C Program To Draw Pyramid of Alphabets, using While Loop

Lets write a C program to draw / print / display a pyramid / triangle formed from uppercase / capital…

5 years ago