执行以下程序后,输出结果为。#includeint main(){char str[20]="abcccdeccc";char *p=str;int count=0;while(*p!='\0'){if(*p=='c')count++;p++;}printf("%d\n",count);return 0;}
查看答案
执行以下程序后,输出结果为。#includeint main(){char str[20]="helloworld";char *p=str;int len=0;while(*p!='\0'){len++;p++;}printf("%d\n",len);return 0;}
执行以下程序后,输出结果为。#includeint main(){char str[20]="abc123abc456789";char *p=str;int countd=0,i;for(i=0;*(p+i)!='\0';i++){if(*(p+i)>='0'&&*(p+i)<='9')countd++;}printf("%d\n",countd);return 0;}
当交换机被插入插座时,POST开始。你怎么知道POST已经完成? When a switch is plugged in to an outlet, the POST begins. How do you know POST has completed?
A. 端口LED快速闪烁绿色。 Port LEDs rapidly blink green.
B. 端口LED快速闪烁琥珀色。 Port LEDs rapidly blink amber.
C. 系统LED快速闪烁绿色。 SYS LEDs rapidly blink green.
D. 系统LED快速闪烁琥珀色。 SYS LEDs rapidly blink amber.
IOS图像文件通常存储在哪里? Where is the IOS image file typically stored?
A. RAM RAM
B. NVRAM NVRAM
C. USB驱动器 USB drive
D. Flash存储器 Flash memory