找考题网-背景图
多项选择题

若有以下C语言语句:int a;int *pa;pa=&a;int **ptr=&pa;则可知()。

A.pa是一个指针,它指向了变量a的地址
B.ptr是指针pa的地址
C.&a 是变量a的地址
D.&ptr是指针pa的地址