首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有下列语句,编号分别是1、2、3、4, char s1 = "abcde"; //1 char s2[] = "abcde"; //2 char s3[4] = "abcde"; //3 char s4[5] = "abcde"; //4 其
有下列语句,编号分别是1、2、3、4, char s1 = "abcde"; //1 char s2[] = "abcde"; //2 char s3[4] = "abcde"; //3 char s4[5] = "abcde"; //4 其
admin
2020-10-21
29
问题
有下列语句,编号分别是1、2、3、4,
char s1 = "abcde"; //1
char s2[] = "abcde"; //2
char s3[4] = "abcde"; //3
char s4[5] = "abcde"; //4
其中错误的是
选项
A、2
B、1,3
C、1,3,4
D、1,2,3,4
答案
C
解析
字符串常量不能用来初始化字符变量,语句1错误;使用字符串常量初始化字符数组,系统自动根据初值个数确定数组长度,语句2正确;字符串常量"abcde"实际长度应该包括空字符’\0’,为6个字符,语句3、4语法错误;所以答案选C。
转载请注明原文地址:https://jikaoti.com/ti/oEl0FFFM
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
下列关于类和对象的叙述中,错误的是()。
以下程序的输出结果是()。#include<iostream>usingnamespacestd;voidfun(char**q){++q;cout<<*q<<endl;)main(){stoicchar*s[]={"H
有如下程序:#include<iostream>usingnamespacestd;classXX{protected:intk;public:XX(intn=5):k(n){};~XX(){cout<<"XX";}vi
使用VC6打开考生文件夹下的源程序文件modi2.cpp。阅读下列函数说明和代码。函数nurn(char*str)实现返回字符串中非数字的个数。例如:abcl23abc45返回输出:6将函数num()补充完整。注意:请勿改动主函数。#includ
下列关于运算符重载的描述中,正确的是()。
在数据流图中,带有箭头的线段表示的是()。
下列程序执行后,屏幕的输出是()。.#include<iostream>usingnamespacestd;voidswap(intx,inty){inttemp=x;x=y
下列数据结构中,能用二分法进行查找的是()。
在C++语言中函数返回值的类型是由()决定的。
下列选项中不属于结构化程序设计方法的是()。
随机试题
老年人发生肠梗阻的原因最常见的是
权益法要求()。
管理信息系统的开发方法主要有()。
以下哪几种人格特质包含在现代“五因素”特质理论中?()
Inalisteningclass,ateacherasksstudentstolistentothematerialcarefullyandtrytodiscriminatethespeaker’sattitude
OldHenryandhiswifePhoebelovedoneanother.Theyweresimple【C1】_________.Theirworldwastheirfruittrees,cornfieldsand
ThereisgrowinginterestinEastJapanRailwayCo.,oneofthesixcompanies,createdoutofthe(1)_____nationalrailwaysyst
客观事物之间的关系即是信息世界中实体之间的联系,(60)不属于实体联系。
Healwaysexpectsthatwecantellhiminterestingstories.Healwaysexpectsus______himinterestingstories.
Iwishtogohomewithyou,?
最新回复
(
0
)