单项选择题在“文件包含”预处理语句的使用形式中,当#include后面的文件名用 (双撇号)括起时,寻找被包含文件的方式是( )。
单项选择题下列程序的输出结果是( )。 #include <stdio.h> struct abc int a, b, c, s;; main() struct abc s[2]=1,2,3,4,5,6; int t; t=s[0].a+s[1].b; printf( %d n ,t);