PROGRAMMING/C
[수업후] Double Pointer, scope연산자
마마필로
2011. 4. 22. 03:38
Double Pointer(중첩 포인터)
int **ppA;
더블 포인터가 가리키는 것은 Single Pointer
scope연산자
::