题目内容
下列程序的运行结果是 。#include#defineUPPER 1voidmain( ){char*s = "Hello World", ch;#if UPPERwhile(*s){ if(*s>= 'a' && *s <= 'z')printf("%c",*s - 32);elseprintf("%c",*s);s++;}
查看答案
搜索结果不匹配?点我反馈
更多问题