考试
2020-03-15 22:28:11

3723 以下程序的输出结果是【 14 】#include

题目描述

以下程序的输出结果是【 14 】#include <stdio.h> #include <stdio.h>#include <st



以下程序的输出结果是【 14 】

#include <stdio.h>

#include <stdio.h>

#include <stdlib.h>

#include <string.h>

main()

{ char *p,*q,*r,

p=q=r=(char*)malioc(sizeof(char)*20);

strcpy(p,"attaboy,welcome!");

printf(”%c%c%c
”,p[ 11 ], q[ 3 ],r[ 4 ]);

free(p);

}

答案解析

00****77 【答案】ca

加载中...
AI正在思考中,请稍候...