單項選擇題

已定義結構體如下,則能正確定義包含30名學生的結構體數(shù)組的是()

A.structstudents[30];
B.structstu[30];
C.structs[30]stu;
D.structstustudent[30];


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題

已定義描述學生信息的結構體如下,賦值正確的語句是()

A.structstus={1001,’f’,20}
B.structstus={1001,’f’,20};
C.s={1001,’f’,20};
D.s={1001,’f’,20}

4.單項選擇題在C語言中,關于指針的定義,下列選項正確的是()

A.intp;
B.floatp*;
C.char*c;
D.int&p;

5.單項選擇題

執(zhí)行下面程序后,輸出結果是()

A.x=1
B.x=5
C.x=x
D.x=p1