首页 试题详情
单选题

以下C语言程序的输出结果是( )。struct s{int x,y;}data[2]={10,100,20,200};main( ){struct s*p=data;p++;printf(“%d\n”,++(p->x));}

A10

B11

C20

D21

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    若有以下程序片段:char str[ ]=ab n 012 ;printf(%d,strlen(str));上面程序片段输出结果是 ( )。

    答案解析

  • 单选题

    以下程序#include stdio.h#include string.hvoid main( ){ char str[100] =How do you do;strcpy( str + strlen(str)/2, es she);printf(%s n, str);}执行后输出结果是

    答案解析

  • 单选题

    以下程序输出到文件 text.csv 里结果是:fo = open(text.csv,‘w‘)x = [90,87,93]fo. write(,.join(str(x)))fo.close()

    答案解析

  • 单选题

    下面程序输出结果是。#include#includemain({ char *p1=abc,*p2=ABC,str[50]= xyz;strcpy(str+2,strcat(p1,p2;printf(%s\n,str;}

    答案解析

  • 单选题

    #include void main(){ char str[]= stop! ,he said; printf(str);} 程序运行结果是 ( )。

    答案解析

热门题库