执行以下程序的输出结果是( )(注意输出格式:没有空格,没有回车)#include “string.h”main(){char a[ ]={‘\1’,’\2’,’\3’,’\4’,’\0’};printf(“%d%d\n”,sizeof(a),strlen(a));}
查看答案
执行以下程序的输出结果是( )#include “string.h”main(){char a[7]=“a0\0a0\0”;printf(“%d%d\n”,sizeof(a),strlen(a));}
执行以下程序的输出结果是( )#include "string.h"main(){char p[20]={'a','b','c','d'};char q[ ]="abc",r[ ]="abcde";strcpy(p+strlen(q),r);strcat(p,q);printf("%d%d\n",sizeof(p),strlen(p));}
执行以下程序的输出结果是( )#include "string.h"main(){char p[20]={'a','b','c','d'};char q[ ]="abc",r[ ]="abcde";strcat(p,r);strcpy(p+strlen(q),q);printf("%d",strlen(p));}
In Dialogue 4,which of the following price bargain skills have been used by the buyer in the discount negotiation?(单选或多选题,每空答案仅填字母即可,格式为AC)[音频]
A. 买方杀价技巧之感恩图报
B. 买方杀价技巧之鸡蛋里挑骨头
C. 买方杀价技巧之逐档杀价法