下面程序段的运行结果是()。include "stdio.h"main(){char s[]="example!", *tt=swhile( *t!='p'){ printf("%c",*t-32)t++}}
A.EXAMPLE!B.example!C.EXAMD.example!
题目内容(请给出正确答案)
下面程序段的运行结果是()。include "stdio.h"main(){char s[]="example!", *tt=swhile( *t!='p'){ printf("%c",*t-32)t++}}
A.EXAMPLE!
B.example!
C.EXAM
D.example!