在线名词解释大全 - C语言程序设计 - 详细

以下程序输出结果是()。#include<stdio.h>structabc{inta,b,c;};main(){structabcs[2]={{1,2,3},{4,5,6}};intt;t=s[0].a+s[1].b;printf("%d\n",t);}

A
5
B
6
C
7
D
8
正确答案:
s[0].a=1,s[1].b=5
相关推荐
扫描二维码
关注公众平台