单项选择题

有以下程序 struct S{int n;int a[20];}; void f(int * a,int n) {int i; for(i=0;i
A.2,4,3,9,12,12,11,11,18,9,
B.3,4,2,7,9,8,6,5,11,10,
C.2,3,1,6,8,7,5,4,10,9,
D.1,2,3,6,8,7,5,4,10,9,

<上一题 目录 下一题>
热门 试题

填空题
在关系数据库中,用来表示实体之间联系的是【 】。
单项选择题
有以下程序#include main(){struct STU{char name[9];char sex;double score[2]; };struct STU a={ Zhao ,m’’,85.0,90.0},b={ Qian ,f’’,95.0,92.0};b=a:printf( %s,%c,%2.0f,%2.0f n ,b.name,b.sex,b.score [0],b.score[1]);}程序的运行结果是
A.Qian,f,95,92
B.Qian,m,85,90
C.Zhao,f,95,92
D.Zhao,m,85,90
相关试题
  • 以下程序运行后的输出结果是【 】。int f...
  • 以下函数sstrcat()的功能是实现字符串的...
  • 有以下程序void f( int y,int *x)...
  • 有以下程序:#include<stdio.h>main(...
  • 有以下程序,其功能是:以二进制 写 方式...