已定义两个字符数组a,b,则以下正确的输入格式是A.scanf("%s%s",a,b);B.get(a,b);C.scanf("%s%s",&a,&b);D.gets("a"),gets("b");
已定义两个字符数组a,b,则以下正确的输入格式是A.scanf("%s%s",a,b);B.get(a,b);C.scanf("%s%s",&a,&b);D.gets("a"),gets("b");
在C语言中,输出操作可以调用 库函数来完成。 A: A.scanf B: B.printf C: C.getchar D: D.gets
在C语言中,输出操作可以调用 库函数来完成。 A: A.scanf B: B.printf C: C.getchar D: D.gets
A body weighs______from the surface of the earth. A: less the farther it gets B: the farther it gets, the less C: less than it gets farther D: less than the farther it gets
A body weighs______from the surface of the earth. A: less the farther it gets B: the farther it gets, the less C: less than it gets farther D: less than the farther it gets
如有定义char a[10], *b=a; 不能给数组a输入字符串的语句是__________。 A: gets(a); B: gets(a[0]); C: gets(a[0]); D: gets(b);
如有定义char a[10], *b=a; 不能给数组a输入字符串的语句是__________。 A: gets(a); B: gets(a[0]); C: gets(a[0]); D: gets(b);
有以下定义,不能给数组a输入字符串的语句是()。char a[10],*b=a; A: gets(a); B: gets(a[0]); C: gets(&a[0]); D: gets(b);
有以下定义,不能给数组a输入字符串的语句是()。char a[10],*b=a; A: gets(a); B: gets(a[0]); C: gets(&a[0]); D: gets(b);
若有以下定义:char a[10];不能给数组a输入字符串的语句是( ) A: gets(a) B: gets(a[0]) C: gets(&a[0]) D: gets(&a[1])
若有以下定义:char a[10];不能给数组a输入字符串的语句是( ) A: gets(a) B: gets(a[0]) C: gets(&a[0]) D: gets(&a[1])
My brother usually _____up at six in the morning, but he ____up at seven this morning. He was late for school. A: gets; got B: got; gets C: gets; gets
My brother usually _____up at six in the morning, but he ____up at seven this morning. He was late for school. A: gets; got B: got; gets C: gets; gets
Never ______ early in the morning. A: he gets up B: gets up he C: does he get up D: up he gets
Never ______ early in the morning. A: he gets up B: gets up he C: does he get up D: up he gets
34、有以下定义#includechar a[10],*b=a;不能给数组a输入字符串的语句是 A: gets(a) B: gets(a[0]) C: gets(&a[0]); D: gets(b);
34、有以下定义#includechar a[10],*b=a;不能给数组a输入字符串的语句是 A: gets(a) B: gets(a[0]) C: gets(&a[0]); D: gets(b);
有以下定义:char a[10], *b = a; 不能给数组a输人字符串的语句是( )。 A: gets(a); B: gets(a[0]); C: gets(&a[0]); D: gets(b);
有以下定义:char a[10], *b = a; 不能给数组a输人字符串的语句是( )。 A: gets(a); B: gets(a[0]); C: gets(&a[0]); D: gets(b);