A

Admin • 833K Points
Coach

Q. Choose a right statement.

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

return 0;
}
  • (A) 8.0
  • (B) 8.000000
  • (C) 7
  • (D) 8
  • Correct Answer - Option(D)
  • Views: 24
  • 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.