以下不能输出字符A的语句是( )
printf("%c\n",'a'-32);
printf("%d\n",'A');
printf("%c \n", 65);
printf("%c\n",'B'-1);