返回主页
学习人数: 567
stroke-dashoffset="97*2.6389" stroke-linecap="round" transform="rotate(-90 50 50)"/>
正确率: 97%
未通过

下面程序的运行结果是(  )

#include<stdio. h>

#include<string.h>

void main()

{truct student

{ int xh;

char xm [20];

}stud1={1001,"LiMing"};

printf("xh=%d,xm=%s\n", stud1.xh, stud1. xm);}

A、xh=1001,xm= LiMing               B、xh=1001,xm=   

C、xh=    ,xm=                     D、xh=1  xm= L

上面问题的答案是:
A A 选项
B B 选项
C C 选项
D D 选项
回答区域
提示
提示内容

登录后提交答案


暂无评论,来抢沙发