下列程序段的输出结果是( )。
int *p, *q,k = 1,j = 10; p = &j; q = &k; p = q; (*p)++; printf("%d", *q);
(A)1
(B)2
(C)10
(D)11
Copyright ©