Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
FahrenheitToCelciusReverse
//gcc 5.4.0 /* Program for conversion of celsius to fahrenheit*/ #include <stdio.h> int main(void) { int fahr; //temperature in fahrenheit /* Loop for conversion */ printf("C Program to convert Fahrenheit to Celcius\n\n"); for (fahr = 300; fahr >= 0; fahr = fahr - 20) printf("%3d %6.1f\n", fahr, (5.0/9.0)*(fahr-32)); return 0; //return on successful execution of the program }
run
|
edit
|
history
|
help
0
Q1.c
pthread_monte_carlo_pi.c
If Statement/ Decrements V2
K&R/1_3
Conflito entre 4 threads
C programming example implementing a function to set a specified bit in an int (from ECE 2534)
ayudantia 1 mod 4
MatrixMul_shortxshort
A_141121_factorial01
funcion quicksort