单项选择题
下列while循环的次数是()。 While (int i=0) i――;
A.0 B.1 C.5 D.无限
A.整型 B.双精度 C.不合法 D.函数调用
A.P=&A或P=&A[4] B.P=A+4或A=&A[4] C.P=A+4或P=A[4] D.P=&A+4或P=A[4]