以下程序的输出结果为:( )。
#include<stdio.h> void main( ) { char c1,c2; c1 = 'a'; c2 = 'b'; printf("%c\n%c",c1 - 32,c2); }
Copyright ©