制备肉桂酸的实验中,所用仪器需要充分干燥,为什么?
A. 无水碳酸钾极易吸潮
B. 乙酸酐遇水即水解成乙酸
C. 苯甲醛易水解
D. 碳酸钾易水解
查看答案
XP may contain more than just X. For example, the NP "The boy who likes his puppy" consists of Det, N and S, with Det being s_____, N the head and S the complement.
Words which introduce the sentence complement are termed c______.
指出下列对定义重载函数的要求中( )是错误的提法
A. 要求参数的个数不同。
B. 要求参数中至少有一个类型不同。
C. 要求函数的返回值不同。
D. 要求参数的个数相同时,参数类型不同。
以下基类中的成员函数,哪个表示纯虚函数( )。
A. virtual void vf(int);
B. void vf(int)=0;
C. virtual void vf( )=0;
D. virtual void vf(int){ }