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 moreWrite a program to convert temperature Fahrenheit to Centigrade Input temperature in fahrenheit from user. Store it in some variable
Read moreC Program to Find Factorial of a Number The factorial of a positive number n is given by: factorial of
Read morepoint out the error decision control structure in c
Read moreEgg Game Program in C Langauage #include<dos.h> #include<graphics.h> #include<stdio.h> #include<conio.h> #include<process.h> #include<dos.h> #include<stdlib.h> #include<iostream.h> union REGS i,o; main() {
Read moreWhat is Armstrong number? Sum of a number’s digits raised to the power total number of digits is armstrong number.
Read more