-
设有定义:struct { int n; float x;} s[2],m[2]={{10,2.8},{0,0.0}};
则以下赋值语句中正
日期:1970-01-01 08:00:00
点击:6026
好评:0
...
-
有以下程序
#include
#include
struct S
{
char name[10];
};
日期:1970-01-01 08:00:00
点击:6021
好评:0
...
-
有以下程序
#include
typedef struct stu {
char name[10];
日期:1970-01-01 08:00:00
点击:6014
好评:0
...
-
有以下程序
#include
#include
typedef struct stu {
日期:1970-01-01 08:00:00
点击:6021
好评:0
...
-
以下结构体类型说明和变量定义中正确的是
日期:1970-01-01 08:00:00
点击:7309
好评:1
...
-
设有定义:
struct complex
{ int real,unreal;} data1={1,8},data2;
则以下赋值语
日期:1970-01-01 08:00:00
点击:6037
好评:0
...
-
下面结构体的定义语句中,错误的是( )
日期:1970-01-01 08:00:00
点击:6064
好评:0
...
-
有以下程序
#include
#include
typedef struct {
日期:1970-01-01 08:00:00
点击:6021
好评:0
...
-
设有定义:struct { int n; float x;} s[2],m[2]={{10,2.8},{0,0.0}};
则以下赋值语句中正
日期:1970-01-01 08:00:00
点击:6020
好评:0
...
-
有如下程序
#include
struct S
{
int x, y;
};
main()
{
struct S data[
日期:1970-01-01 08:00:00
点击:6020
好评:0
...
- 首页
- 上一页
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 下一页
- 末页
- 共 10页92条