设有定义:int a=0,*p=&a,**q=&p;则以下选项中,错误的赋值语句是( )。
A. a=1;
B. *p=1;
C. *q=1;
D. **q=1;
查看答案
以下程序运行后输出的结果是( )。#include main( ){int **q,*p,b=100;p=&b;q=&p;*p+=5;**q-=5;printf("%d\n",b);}
A. 运行出错
B. 100
C. 105
D. 95
指向指针的指针也称为二级指针,存放的是一级指针的地址。( )
A. 对
B. 错
通过二级指针间接访问最终对象时,使用间接运算符*即可。( )
A. 对
B. 错
According to the negotiation of the technology transfer in dialogue 1,the seller will offer _____.
A. the know-how
B. only the right to use the patent
C. technical training to the buyer's workers
D. the costs for the technical training
E. the price to buy the technology
F. factory and workers
G. facility(便利) and tools for the technical training