From a very early age, perhaps the age of five or six, I knew that when I grew I should be a writer.(语法上正确与否)() 此题为判断题(对,错)。

From a very early age, perhaps the age of five or six, I knew that when I grew I should be a writer.(语法上正确与否)()

此题为判断题(对,错)。


相关考题:

C数组名称是指针变量吗? 看这段程序,可是执行。#include stdio.hint main(int argc, char *argv[]){ struct info { char name[33]; int age; }; struct info aa[3]={"meng",20,"juan",29,"an",59}; struct info *p=aa; for(int i=0;i3;i++,p++) printf("%-6s %d\n",p-name,p-age);}将其改成这样:#include stdio.hint main(int argc, char *argv[]){ struct info { char name[33]; int age; }; struct info aa[3]={"meng",20,"juan",29,"an",59}; //struct info *p=aa; for(int i=0;i3;i++,aa++) printf("%-6s %d\n",aa-name,aa-age);}为什么就执行不了呢

I ()have been here, but I()not find the time.A. could; couldB. might; couldC. should; couldD. should; would

I’d like to know what time we can get the container ()it is in the port. A、whereB、whyC、when

I'll leave my bike____. I'll not need it for the time being.A、behindB、beforeC、backD、from

下列程序中需要清理动态分配的数组,划线处应有的语句是_______。 include class pers 下列程序中需要清理动态分配的数组,划线处应有的语句是_______。include<iostream.h>class person{int age,tall;public:person( ){age=0;tall=40;cout<<"A baby is born."<<endl;}person(int i){age=i;tall=40;cout<<"A old person."<<endl;}person(int i,int j){age=i;tall=j;cout<<"a old person with tall."<<endl;)~person( ){cout<<"person dead."<<endl;}void show( ){cout<<"age="<<age<<",tall="<<tall<<endl;}};void main( ){person*ptr;ptr=new person[3];ptr[0]=person( );ptr[1]=person(18);ptr[2]=person(20,120);for(int i=0;i<3;i++)ptr[i].show( );______}

请指出程序片段的语法错误 ______。A.int *age_ptr;B.int m=3;C.*age_ptr=m:D.*age_ptr=10;

If you want to go to the movie tonight, so__________I.A.doB.amC.willD.should

I′ll never forget the day__________I became a doctor.A.thatB.whichC.whereD.when

I__________have been there,but I__________not find the time.A.should;wouldB.should;couldC.might;couldD.could;could

16、下面哪一个表达式能正确表示逻辑关系:"age≥18 或age≤60"?A.age>=18 or age<=60B.age>=18 | age<=60C.age>=18 age<=60D.age>=18 || age<=60