A.4:1
B.1:
C.2:1
D.:1
答案:C
横向缩缝
以下程序输出的结果是:#include "stdio.h"void main(){ char s[]="\"hello\""; printf("%s",s); }