没有搜到到结果?点击这里求解答/求资源。
【单选题】
以下哪一个不是C语言中数据类型()。

集合型
双精度型
复数型
布尔型
【单选题】
C语言中,维数组定义方式类型说明符 数组名( )。

[常量表达式]
[整型表达式]
[整型常量]或[整型表达式]
[整型常量]
【单选题】
假定p指向二维数组int d[4][6]指针,则p类型( )。

int*
int**
int[6]
int(*)[6]
【多选题】
以下说法正确是(  )。#include stdio.hint main(){struct student // 声明结构类型struct student {int num;char name[20];float score;}student1;

student是变量名
student是类型
student1是变量名
student1类型
【单选题】
若有定义int *f();则在此定义一个()。

指向整型函数指针变量
类型整型指针变量
返回整型指针值函数
不符合C 语言语法
【单选题】
假定变量m定义“int ”,则下列定义p正确语句

int p=
int *p=
int
int *p=m;
【单选题】
下列()对结构类型变量定义是错误

structteacher{intnum;intage;}teach1;
struct{intnum;intage;}teach1,teach2;
struct{intnum;intage;}teacher;structteacherteach1;
structteacher{intnum;intage;};structteacherteach1;
【单选题】
一个数据对象int *类型,则指向该对象指针类型

int
int *
int **
int
【单选题】
朵花只有一个雌蕊,形成一个果实类型( )。

单果
聚合果
聚花果
真果
假果
【单选题】
朵花只有一个雌蕊,形成一个果实类型( )。

单果
聚合果
聚花果
真果
假果