2
int x = 97; int y = sizeof(x++);

printf("Value of x = %d", x);

Output: 97 I am expecting 98 but answer is 97.

Anybody can explain?

Ronan Boiteau
  • 9,608
  • 6
  • 34
  • 56
Sanjeet
  • 31
  • 3

0 Answers0