A

Admin • 833K Points
Coach

Q. Choose a right statement.

Code:
int main()
{
int var = 3.5;;
printf("%f", var);

return 0;
}
  • (A) 3.500000
  • (B) 3
  • (C) 3.5
  • (D) 0.000000
  • Correct Answer - Option(D)
  • Views: 16
  • 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.