-
若有以下程序段
struct st{ int n; struct st *next; };
struct st a[3]={ 5,&a[1],7,&a[
日期:1970-01-01 08:00:00
点击:6023
好评:0
...
-
设有定义:
struct {char mark[12]; int num1; double num2;} t1,t2;
若变量均已正确
日期:1970-01-01 08:00:00
点击:6013
好评:0
...
-
有以下程序
#include
struct tt
{ int x; struct tt *y; } *p;
日期:1970-01-01 08:00:00
点击:6014
好评:0
...
-
有以下定义和语句
struct workers
{ int num; char name[20]; char c;
struct
日期:1970-01-01 08:00:00
点击:6023
好评:0
...
-
有以下程序
#include
#include
typedef struct { char name[9]; char sex;
日期:1970-01-01 08:00:00
点击:6023
好评:0
...
-
有以下程序
#include
struct S{ int n; int a[20]; };
void f(int *a,
日期:1970-01-01 08:00:00
点击:6021
好评:0
...
-
有以下程序段
struct st
{ int x; int *y; } *pt;
int a[]={1,2}, b[]={3,4}
日期:1970-01-01 08:00:00
点击:6019
好评:0
...
-
有以下程序
#include
#include
struct A
{
int a;
char b[10];
日期:1970-01-01 08:00:00
点击:6481
好评:0
...
-
有以下程序
#include
struct tt
{ int x; struct tt *y; } s[2]={ 1,0,2,0};
main(
日期:1970-01-01 08:00:00
点击:6022
好评:0
...
-
有以下程序
#include
struct tt
{ int x; struct tt *y; } s[3]={ 1,0,2,0,3,0};
m
日期:1970-01-01 08:00:00
点击:6018
好评:0
...