C Program to Check whether an Alphabet is Vowel or Consonant

C Program to Check whether an Alphabet is Vowel or Consonant This program takes the character value(entered by user) as

Read more

Sorting program in c

Sorting program in c /* * C program to accept N numbers and arrange them in an ascending order */

Read more

Write a program to convert temperature Fahrenheit to Centigrade

Write a program to convert temperature Fahrenheit to Centigrade Input temperature in fahrenheit from user. Store it in some variable

Read more