A

Admin • 833K Points
Coach

Q. Choose right statement.

Code:
int main()
{
float c = 3.5 + 4.5;
printf("%f", c);

return 0;
}
  • (A) 8.0
  • (B) 8.000000
  • (C) 8
  • (D) 7
  • Correct Answer - Option(B)
  • Views: 23
  • Filed under category C Programming
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.