首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有以下程序: #include<stdio.h> main() { char S[]="rstuv"; printf("%c\n",*s+2); } 程序运行后的输出结果是( )。【10年9月】
有以下程序: #include<stdio.h> main() { char S[]="rstuv"; printf("%c\n",*s+2); } 程序运行后的输出结果是( )。【10年9月】
admin
2013-10-14
35
问题
有以下程序:
#include<stdio.h>
main()
{ char S[]="rstuv";
printf("%c\n",*s+2);
}
程序运行后的输出结果是( )。【10年9月】
选项
A、tuv
B、字符t的ASCII码值
C、t
D、出错
答案
C
解析
本题考查字符变量。s是字符指针,*s为即s[0],*s+2相当于将指针后移两位,然后取其值。s后移2位则指向字符t,所以输出t。
转载请注明原文地址:https://jikaoti.com/ti/91n0FFFM
本试题收录于:
二级C语言题库NCRE全国计算机二级分类
0
二级C语言
NCRE全国计算机二级
相关试题推荐
可在C程序中用作用户标识符的一组标识符是
下列程序的定义语句中,x[1]的初值是【 】,程序运行后输出的内容是【 】。#include<stdio.h>main(){intx[]={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,1
下列程序中函数fun的功能是:统计person所指结构体数组中所有性别(sex)为M的记录的个数,存入变量n中,并作为函数值返回。请填空。#include<stdio.h>#defineN3typedefst
下列程序的输出结果是【】。#include<stdio.h>voidfun(intx){if(x/2>0)fun(x/2);printf("%d",x);}main()
下列程序舶输出结果是【 】。#include<stdio.h>main(){inta[5]={2,4,6,8,10},*p;p=a;p++;printf("%d",*p);}
有下列程序: #include <stdio.h> main() { FILE *fp; int a[10]={1,2,3},i,n; fp=fopen("d1.dat","w"); for(i
有下列程序: #include <stdio.h> int f(int x) { int y; if(x=0‖x==1)return(3); y=x*x-f(x-2); retur
有下列程序: #include <stdio.h> #include "string.h" void tim(char *s[],int n) { char *t;int i,j; for(i=0;
随机试题
WomenintheUnitedStatesandmanyothercountries【C1】______inagrowingnumberofsportsandgames.ManyAmericanwomenare【C2
关于下颌骨外斜线的描述,错误的是()
A.张口过度B.脑脊液漏C.舌后坠D.后牙早接触,前牙开颌E.复视双侧髁突骨折可出现()
清音丸除清热利咽外,又能
A、砂仁、豆蔻、鱼腥草B、西洋参、西红花、人参C、车前子、葶苈子、海金沙D、姜汁、梨汁、蜂蜜E、阿胶、鳖甲胶、鹿角胶需要后下的一组药物是()
房地产保值增值的特性从房地产价格的变化的总趋势来讲,是()上升的。
轻金属燃烧的火灾为()类火灾。
(1)最优经济订货量为多少?(3)存货平均占用多少资金?
Clenchingyourfistcouldbeenoughtohelpyougetagriponyourmemory.【F1】Researchsuggeststhatballinguptherighthanda
Self-discipline:theFoundationofProductiveLivingI.Issuestobenoticedatthethoughtofself-disciplineA.Troublesfors
最新回复
(
0
)