首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
以下程序(程序左边的数字为附加的行号)______。 1#include<str.h> 2#include<stdio.h> 3main() 4{ char s[]="string"; 5puts(s); 6strc
以下程序(程序左边的数字为附加的行号)______。 1#include<str.h> 2#include<stdio.h> 3main() 4{ char s[]="string"; 5puts(s); 6strc
admin
2013-06-11
25
问题
以下程序(程序左边的数字为附加的行号)______。 1#include<str.h> 2#include<stdio.h> 3main() 4{ char s[]="string"; 5puts(s); 6strcpy(s,"hello"); 7printf("%3s\n",s);}
选项
A、没有错
B、第1行有错
C、第6行有错
D、第7行有错
答案
2
解析
字符串复制函数strcpy包含在头文件string.h中,因此,程序中的第1行文件包含命令是错误的。
转载请注明原文地址:https://jikaoti.com/ti/Thn0FFFM
本试题收录于:
二级C语言题库NCRE全国计算机二级分类
0
二级C语言
NCRE全国计算机二级
相关试题推荐
当执行下面的程序时,如果输入ABC,则输出结果是() #include<stdio.h> #include<string.h> main() {charss[10]="12345"; gets(ss);strcat(ss"
有以下程序:#include<stdio.h>main(){FLLE*fp;inti=20,j=30,k,n;fp=fopen("d1.dat""w");fprintf(fp,"%d\n",i);fprintf
设有语句“chara=’72’;”则变量a()。
以下不能定义为用户标识符的是
在关系数据模型中,通常可以把()称为属性,其值称为属性值。
软件调试的目的是______。
若有以下说明和定义 union dt { int a;char b; double c;} data; 以下叙述中,错误的是______。
以下程序中,fun()函数的功能是求3行4列二维数组每行元素中的最大值,请填空。voidfun(int,int,int(*)[4],int*);main(){inta[3][4]={{12,41,36,28},{19,33
下列程序中函数fun的功能是:统计person所指结构体数组中所有性别(sex)为M的记录的个数,存入变量n中,并作为函数值返回。请填空。#include<stdio.h>#defineN3typedefst
改变量已正确定义为整型,则表达式n=i=2,++i,i++的值为【 】。
随机试题
老年人发生肠梗阻的原因最常见的是
权益法要求()。
管理信息系统的开发方法主要有()。
以下哪几种人格特质包含在现代“五因素”特质理论中?()
Inalisteningclass,ateacherasksstudentstolistentothematerialcarefullyandtrytodiscriminatethespeaker’sattitude
OldHenryandhiswifePhoebelovedoneanother.Theyweresimple【C1】_________.Theirworldwastheirfruittrees,cornfieldsand
ThereisgrowinginterestinEastJapanRailwayCo.,oneofthesixcompanies,createdoutofthe(1)_____nationalrailwaysyst
客观事物之间的关系即是信息世界中实体之间的联系,(60)不属于实体联系。
Healwaysexpectsthatwecantellhiminterestingstories.Healwaysexpectsus______himinterestingstories.
Iwishtogohomewithyou,?
最新回复
(
0
)