更多"下列程序的输出结果是( )。#include<stdio.h>mai"的相关试题:
[单项选择]以下程序的输出结果是
#include<stdio.h>
struct st
i int x;int *y;*p;
int dt[4]=10,20,30,40;
struct st aa[4]=50,&dt[0],60,&dt[0],60,&it[0],60,&dt[0],;
main( )
p=aa;
printf("%d/n",++(p->x));
A. 10
B. 11
C. 51
D. 60
[单项选择]以下程序的输出结果是( )。
#include<stdio.h>
struct st
int x;int *y;*p;
int dt[4]=10,20,30,40;
struct st aa[4]=[50,&dt[0],60,&dt[0],60,&dt[0],60,&dt[0]
main( )
p=aa;printf("%d/n",++(p->x));
A. 10
B. 11
C. 51
D. 60
[单项选择]以下程序的运行结果是
#include"stdio.h"
main( )
struct date
int year,month,day;today;
printf("%d/n",sizeof(struct date));
A. 6
B. 8
C. 10
D. 12
[单项选择]以下程序运行后的输出结果是
#include<stdio.h>
struct ord
int x, y; dt[2]=1, 2, 3, 4;
main( )
struct ord *P=dt;
printf("%d,", ++p->x); printf("%d/n", ++p->y);
A. 1,2
B. 2,3
C. 3,4
D. 4,1
[单项选择]有以下程序:
#include
struct st
int x,y;data[2]=1,10,2,20;
main( )
struct st*p=data;
printf("%d,",p->y);printf("%d/n",(++p)->x);
程序的运行结果是( )。
[单项选择]以下程序的输出结果是( )。
main( )
{
char st[20]= "hello/0/t//";
printf(%d,%d /n",strlen(st),sizeof(st));
}
A. 9,9
B. 5,20
C. 13,20
D. 20,20
[单项选择]有以下程序:
#include <stdio.h>
struct st
int x, y; ) data[2]=1, 10, 2, 20;
main( )
struct st *p=data;
printf("%d, ",p->y); printf("%d/n",(++p) ->x);
程序的运行结果是( )。
A. 10, 1
B. 20, 1
C. 10, 2
D. 20, 2
[单项选择]有下列程序:
#include<stdio.h>
struct st
int x,y,date[2]=1,10,2,20);
void main( )
struct st *p=date;
printf("%d,",p→y);printf("%d/n",(++p)→x);
程序的运行结果是( )。
A. 10,1
B. 20,1
C. 10,2
D. 20,2
[单项选择]以下程序的输出结果是 ( )
#include<stdio.h>
main( )
struct struint a,b:
char c[6];
:
printf("%d/n",sizeof(stru)),
A. 2
B. 4
C. 8
D. 10
[单项选择]有以下程序:
#include
#include
typedef struct char name[9];char sex;float score[2]; STU;
void f(STU
A. Qian,m,85,90
B. Zhao,f,95,92
C. Zhao,m,85,90
[单项选择]以下程序的输出结果是( )。
main( )
char st[20]="hello/0/t///";
printf("%d%d/n", strlen(st), sizeof(st));
A. 9 9
B. 5 20
C. 13 20
D. 20 20
[单项选择]以下程序的输出结果是______。
main( )
char st[20]="hello/0/t//";
printf("%d%d/n",strlen(st),sizeof(st));
A. 99
B. 520
C. 1320
D. 2020
[单项选择]以下程序的输出结果是______。
main( )
chsr st[20]="bello/0/t//";
print("%d%f/n",strlen(st),sizeof(st));
A. 99
B. 520
C. 1320
D. 2020