Single Choice
Not Set
QWhat is the Output of this program?
#include
int main()
{
float c = 5.0;
printf ("Temperature in Fahrenheit is %.2f", (9/5)*c + 32);
return 0;
}
ID: #886
Data Types in C Language
4,425 views
Question Info
#886Q ID
Not SetDifficulty
Data Types in C LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Temperature in Fahrenheit is 37.00
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic