单项选择题

有以下程序
#include <stdio.h>
#include <string.h>
typedef strtlct char name[9]; char sex;floatscore[2]; STU;
void f(STU

A.
STU b="Zhao",'m',85.0,9
<上一题 目录 下一题>
热门 试题

单项选择题
若变量已正确定义并赋值,以下符合C语言语法的表达式是
A.a:=b+1
B.a=b=c+2
C.int 18.5%3
D.a=a+7=c+b
单项选择题
有以下程序 #include <stdio.h> main() int s[12]=1,2,3,4,4,3,2,1,1,1,2,3,c[5]=0,i; for(i=0;i<12;i++) c[s[i]]++; for(i=1;i<5;i++) printf( %d ,c[i]); printf( n ); 程序的运行结果是
A.1 2 3 4
B.2 3 4 4
C.4 3 3 2
D.1 1 2 3
相关试题
  • 有以下程序 #include <stdio.h> mai...
  • 下列程序的运行结果为 #include<stdio....
  • 下面说明不正确的是
  • 若变量已正确定义,有以下程序段 int a=...
  • 以下不属于对象的基本特点的是