2008
03-21

  哪位能为我分析下面这道题:


   #include<stdio.h>


{ char a,b;


a=getchar();


a=a-’A'+’0′;b=b*2;


printf(“%c,%c”,a,b);


 


 


}


我的疑问》有 1 条评论

  1. bowen 说:

    找到对应的ACLL码值,转化为字符输出。

留下一个回复