题目内容

已知一个结构体声明如下public struct student{public string sName;public bool bSex;public int iNumber;}用这个类型定义一个数组,存放一个班级(36名学生)的信息,若数组的名字为arrStructStudent,将下面的定义语句补充完整:student _____ arrStructStudent = ________ _______________ ________ ;

查看答案
更多问题

将一个学生的姓名、性别、学号这些信息作为一个整体定义成一个变量,可以用结构体类型声明如下public ___________ student{public string sName;public bool bSex;public int iNumber;}

下面程序定义了student的Name属性,请将程序补充完整。struct student{private string name;public string Name{get{______ name;}set{______________ _______ ;}}}

工业与民用建筑中常用低承台桩基础。

A. 对
B. 错

预应力钢筋砼桩的特点为强度高,抗冲击疲劳,贯入能力强,便于加工运输,挤土效应小,但,造价高宜腐蚀,慎重选用。

A. 对
B. 错

答案查题题库