(===는 수학에서의 '동치'를 의미함)


정의에 의해,

int a; === int* &a; === int* A;


따라서 다음의 두 B언어(B:byungsin) 선언은 동치

int* A = NULL; === int a = NULL;