题目内容

bool Extended_queue::full() const/* Post: Return trueif the Extended_queue is full; return false otherwise. */{}void Extended_queue::clear()/*Post: All entries in the Extended_queuehave been deleted; the Extended_queue is empty. */{}Error_code Extended_queue::serve_and_retrieve(Queue_entry &item)/* Post: Return underflow if the Extended_queueis empty.Otherwise remove and copy the item atthe front of the Extended_queue to item. */{ if ( ) return ;else {count--;item = ;front = ( ) ? 0 : (front + 1);}return ;}

查看答案
更多问题

发动机温度较高时,拆卸散热器盖是非常危险,因为冷却液会喷射而出。( )

A. 对
B. 错

发动机冷却液接触车身表面时,不会改变其颜色。( )

A. 对
B. 错

从节气门体上拆开空气滤清器软管后,使用一块布盖住节气门体进风通道,防止异物进入。( )

A. 对
B. 错

从车上拆卸发动机时,将一个发动机托架与油底壳接触,以便支撑发动机。( )

A. 对
B. 错

答案查题题库