以下程序的运行结果是______。 include <string.h> typedef struc
以下程序的运行结果是______。 include <string.h> typedef struct student { char name[10]; long sno; float score;} STU; main() { STU a= {"Liuyifei",2001,95},b={"Shangxian",2002,90},c= {"Zhangli",2003,95 },d,*p=&d; d=a; if(strcmp(a.name,b.name)>0) d=b; if(strcmp(c.name,d.name)>0) d=c; printf("%ld%s/n",d.sno,p->name); }
请帮忙给出正确答案和分析,谢谢!
参考解答
正确答案:2003Zhangli
2003Zhangli
相似问题
If one dies before 65 years old the policy pays
If one dies before 65 years old , the policy pays out much more than the investment (英译汉)
我国中央国库业务由____________代理。
我国中央国库业务由____________代理。
On the day of the race my grandfather and his fr
On the day of the race , my grandfather and his friend fed the dog lots of cakes so it wouldn "t want to run (英译汉)
数据库系统中实现各种数据管理功能的核心软件是______。请帮忙给出正确答案和分析 谢谢!
数据库系统中实现各种数据管理功能的核心软件是______。请帮忙给出正确答案和分析,谢谢!
C语言中用______表示逻辑值为“真” 用数字“0”表示逻辑值为“假”。请帮忙给出正确答案和分析
C语言中用______表示逻辑值为“真”,用数字“0”表示逻辑值为“假”。请帮忙给出正确答案和分析,谢谢!
