A.int*p() B.int(*p)() C.int*p[4] D.int(*p)[4]
A.if (x>y); B.if (x= =y) x+y; C.if (x! = y) cin>>x else cin>>y; D.if(x<y) {x++;y++;}
A.int B.float C.不確定 D.double