The writer feels that the answer to the mystery of humour given by the great minds of history is ________.
[A] dispassionate
[B] unsatisfactory
[C] satisfactory
[D] intelligent
第1题:
第2题:
第3题:
下列对枚举类型的使用的代码中错误的是()。
A.enum {no, yes, none}answer; if (answer == yes) { printf("Yesn"); }
B.enum response{no = -1, yes = 1, none = 0}; enum response answer;
C.answer = yes; printf("%d", answer);
D.answer = "yes"; printf("%s", answer);
第4题:
第5题:
__________ __________ minds 培养健全的头脑
第6题:
【判断题】标识符mystery 与Mystery 都是合法的用户标识符,并且是等价的。
A.Y.是
B.N.否