单项选择题设有定义:int A,*pA=&A;,以下 scanf语句中能正确为变量A读入的数据是 ______。
单项选择题有下列程序: #include<stdio.h> main() char*s= ABC ; do printf( %d ,*s%10);s++; while(*s); 注意:字母A的ASCII码值为65。程序运行后的输出结果是( )。