摘要:
1.const A. const int a; B. int const a; a是常数 C. int const *a; D. const int *a; 常量指针,指向一个常量的指针 E. int * const a; 指针常量,初始化的时候固定指向一个int类型变量,之后就不能再指向别的地方了 阅读全文
摘要:
1.互联网在过去的二十年以超过人们想象的速度迅速发展。 The Internet has been developing at a speed beyond people`s expectations in the past 20 years. 2.在工作时间请假需要得到部门经理的批准。 Reque 阅读全文