已知大写字母F的ASCII码为70,以下程序的运行结果为 ( ) #include<stdio.h> main( ) { char c1='F',c2='p'; printf("%d,%d/n",c1,c2); }
A:70,80 B:70,81 C:70,82 D:70,83
您可能感兴趣的题目