A

Admin • 833K Points
Coach

Q. Output is

Code:
int main()
{
int a = 6;
float b = 2;
printf(“%d “, sizeof(++a + b)); printf(“%d “, a);
return 0;
}
  • (A) 9 2
  • (B) 9 6
  • (C) 4 6
  • (D) 5 3
  • Correct Answer - Option(C)
  • 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.