有以下程序 #include<stdio.h> intfun(char*S){ char*p=s; while(*P!=0)p++; retum(p-s);} main( ){ printf(’’%dkn’’,fun(’’goodbey!’’));)

admin2020-11-23  22

问题 有以下程序
#include<stdio.h>
intfun(char*S){
char*p=s;
while(*P!=0)p++;
retum(p-s);}
main(    ){
printf(’’%dkn’’,fun(’’goodbey!’’));)
程序的输出结果是

选项 A、6
B、8
C、0
D、7

答案B

解析 函数fun的主要功能是计算字符串中实际字符的个数,因此“goodbey!”含有字符为8,返回值为8。
转载请注明原文地址:https://jikaoti.com/ti/H1D0FFFM
0

最新回复(0)