你可能感兴趣的试题
cout<<" 1. "<<setfill(' ') <<" Hello ! "<<end1 cout<<"1. "<<"<"Hello!""; cout<<"1. Hello!"<<end1; cout<<'1. "<<setw(7)<<"Hello! ";
cout<<"1."<<setfill('')<<"Hello!"<<endl; cout<<"1."<<''<<"Hello! "; cout<<"1. Hello!"<<endl; cofit<<"1."<<setw(7)<<"Hello!";
Hello Test Hello Test Hello Test HelloTest
Hello将替换掉原来选定的文本 Hello将插入到原来选定的文本之前 Hello将插入到原来选定的文本之后 文本框中没有Hello
Hii,hello world! hello world! ii,hello world! Hi,hello world!
strcpy(str 1,"HELLO1"); strcpy(str2,"HELLO2"); strcpy(str3,"HELLO3"); strcpy(str4,"HELLO4");
char b[10]='H' ,' e' ,'1', '1', 'o' ,' !'; char b[10];b=" Hello!" ; char b[10];strcpy(b,"Hello!"); char b[10]="Hello!"
char b[10]=('H','e','1','1','o','!'; char b[10]; b="Hello!"; char b[10]; strcpy(b,"Hello!"); char b[10]="Hello!";
char a[]="Hello"; char a[][]='H','e','1','1','o'; char a[5]="Hello"; char a[2][5]="Hello","World");
Shy and cautious Sensitive and thoughtful Honest and confident Light-hearted and optimistic
Hii,hello world! hello world! ii,hello world! Hi,hello world!
strcpy(str 1,"HELLO1"); strcpy(str2,"HELLO2"); strcpy(str3,"HELLO3"); strcpy(str4,"HELLO4");
strcpy(str1,"HELLO1"); strcpy(str2,"HELLO2"); strcpy(str3,"HELLO3"); strcpy(str 4,"HELLO4");
“Hello”将替换原来选定的文本 “Hello”将插入到原来选定的文本之前 Text1.SelLength为5 文本框中只有“Hello”信息
"12hello8" "3hello8" 12hello 不能运算
char a[]="Hello"; chara[][]='H','e','1','1','0'; char a[5]="Hello"; char a[2][5]="Hello","World";
char a []="Hello"; char a[][]={'H','e','1','1','o'); char a[5]="Hello"; char a[2][5]={"Hello", "World"};p
"Hello"将替换原来选定的文本 "Hello"将插入到原来选定的文本之前 Text1.SelLength为5 文本框中只有"Hello"信息