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

变量定义并初始化正确的是( )

A.int a=l,*p=a;
B.int a=2,p=*a;
C.int a=3,p=&a;
D.int a=4,*p=&a;