单项选择题下面程序运行后的输出结果是______。 struct abc int a,b,c; main() struct abc s[2]=1,2,3,4,5,6; int t=-s[0].a+s[1].b; printf( %d n ,t);
单项选择题C语言运算对象必须是整型的运算符是______。