>>91-92
doubt
誤 a + sizeof(int) == (void *)(&a + 1)
正 a + 1 == (void *)&a + sizeof(int)