单项选择题
有以下程序 #include <stdio.h> main() { char a=4; printf("%d/n,a=a<<1); } 程序的运行结果是()。
A.40 B.16 C.8 D.4
A.(*.next=(*.next; free(; B.p=q->next; free(; C.p=q; free(; D.p->next=q->next; free(;
A.10,1 B.20,1 C.10,2 D.20,2