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

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

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

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

  • C

C Program To Draw Pyramid of Numbers, using While Loop

Lets write a C program to draw / print / display a pyramid / triangle formed from Decimal numbers(0, 1,…

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

  • C

C Program To Calculate Area of Rhombus

Lets write a C program to calculate area of a Rhombus using its side and a diagonal. We ask the…

  • C

C Program To Calculate Perimeter, Diagonal of a Square using its Side

Lets write a C program to calculate area, perimeter and diagonal of a square by using length of its side.…

  • C

C Program To Calculate Area of a Square using its Diagonal

Lets write a C program to find area of a square by using length of its diagonal. We ask the…

  • C

C Program To Calculate Area of a Square using its Side

Lets write a C program to find area of a square by using length of its side. We ask the…