const
volatile
restrict
const int
int
const int ci = 100, *pci = &ci; printf("%d", *pci);
*pci
100
유익한 글이었습니다.
유익한 글이었습니다.