πŸ“Š C Programming
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
πŸ’¬ Discuss
βœ… Correct Answer: (C) 4 6

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
189
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate