שפת C/פונקציות: הבדלים בין גרסאות בדף

תוכן שנמחק תוכן שנוסף
שורה 44:
float celsius_to_fahrenheit(float celsius)
{
return f=1.8 * celsius + 32;
return f;
}
</source>