【简答题】We hope you will order a small lot for a try so that you can test the goods yourself. 2 . The ship did not arrive on time, nor was its departure confirmed. 3. We should appreciate prompt shipment and ...
【简答题】若有以下定义和语句: struct student { int num; char name[20]; int age; }stu,*pt=&stu;则如下选项中,错误的引用是( ).A. (*pt).age=21 B. *pt.name="liming" C. pt->num=201 D. pt->age=21