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