Satish

  • C

Check whether a Number is Palindrome or Not: C Program

User inputs a integer number and we write a program to reverse that number and if the user input value…

5 years ago
  • C

C Program To Reverse a Number

If a integer number is input through the keyboard, write a program to reverse the input number and display it…

5 years ago
  • C

Calculate Sum of Digits: C Program

Lets ask the user to input a integer number through keyboard. Lets write a c program to calculate sum of…

5 years ago
  • C

Convert Kilometer To Meter, Centimeter, Millimeter: C Program

The distance between two cities (in Kilometer) is input through the keyboard. Write a program to convert and print this…

5 years ago
  • C

Perimeter of Rectangle: C Program

The length and breadth / width of a rectangle are entered through the keyboard. Write a program to calculate the…

5 years ago