题目内容
执行以下程序的输出结果是( )。#include int show(char *str ){while( *str){putchar( *str+1 );str++;}return *str+1;}main( ){printf("%d\n",show("ABCD"));}
查看答案
搜索结果不匹配?点我反馈