When I fisrt tried to learn to write, what kind of learning material I can use?
A. I could use a basic language book and did excercise on it.
B. I only could copy the letters on pieces of timber in a shipyard.
查看答案
Every Monday afternoon when my mistress left home, what did I do?
A. I spent the time in writing.
B. I had to look after my little master Mr. Thomas
How long did I succeed in learning how to write?
A. Just several months.
B. So many years
当说明一个结构体变量时系统分配给它的内存是( )。
A. 成员中占内存量最大者所需的容量
B. 结构中最后一个成员所需内存量
C. 结构中第一个成员所需内存量
D. 结构体各成员所需内存量的总和
static struct{int a1;float a2;char a3;}a[10]={1,3.5,'A'};说明数组a是数组,它有10个结构体型的元素,采用静态存储方式,其中被初始化的元素是:
A. a[10]
B. a[0]
C. a[1]
D. a[-1]