首页
题库
网课
在线模考
桌面端
登录
搜标题
搜题干
搜选项
0
/ 200字
搜索
单项选择题
紧急程度是对公文送达和办理的时限要求。
A、正确
B、错误
点击查看答案&解析
手机看题
你可能感兴趣的试题
多项选择题
向建立好的单向链表中的结点pr后插入一个新结点p,且所有结点都已具有如下形式的结构定义:
struct node
{
int data;
struct node *next;
}*p, *pr, *head;
则操作正确的是
A、p->next = pr->next;
pr->next = p;
B、struct node * pTemp;
pTemp = pr->next;
pr->next = p;
p->next = pTemp;
C、pr->next = p;
D、p->next = pr->next;
pr = p;
E、pr->next = p;
p->next = pr->next;
点击查看答案&解析
手机看题
单项选择题
Which of the following statements is wrong about the RFP?
A、RFP stands for request for proposal.
B、Only the government and its agencies can use the RFP.
C、Buyers use a RFP if they want to purchase products or services from outside bidders.
D、The outside bidders should prepare their proposals in strict conformity with the requirements set forth in the RFP.
点击查看答案&解析
手机看题
微信扫码免费搜题