안녕하세요.. 


혹시.. 


int main()

{

int a[] = {1, 2, 3};


printf("%d\n", 0[a+1]);

}


이게 왜 2가 나오는지 알 수 있을까요 ? ㅠㅠㅠ

정말 어렵네요 포인터 ㅠㅠㅠㅠㅠ