单项选择题
A.a=1,b=1 B.y=int(x) C.a=b=5 D.i++
A.int*p=newint(10); B.int*p=newint[10]; C.int*p=newint; D.int*p=newint[40](0);
A.5 B.6 C.9 D.10