-
有以下程序
#include
struct ball
{
char color[10];
int dim;
};
main
1970/01/01 点击:6051
-
有以下程序
#include
main()
{ struct cm{ int x; int y; } a[2]={4,3,2,1 };
1970/01/01 点击:6039
-
设有以下程序段
struct book
{
float price;
char language;
char title[20];
1970/01/01 点击:6023
-
有以下定义
struct person { char name[10]; int age; };
struct person class[10]={
1970/01/01 点击:6017
-
有以下程序
#include
#include
struct computer
{ char CPU[10];
1970/01/01 点击:6022
-
有以下程序
#include
struct tt
{ int x; struct tt *y; } s[3]={ 1,0,2,0,3,0};
m
1970/01/01 点击:6018
-
有以下程序
#include
struct tt
{ int x; struct tt *y; } s[2]={ 1,0,2,0};
main(
1970/01/01 点击:6022
-
有以下程序
#include
#include
struct A
{
int a;
char b[10];
1970/01/01 点击:6479
-
有以下程序段
struct st
{ int x; int *y; } *pt;
int a[]={1,2}, b[]={3,4}
1970/01/01 点击:6019
-
有以下程序
#include
struct S{ int n; int a[20]; };
void f(int *a,
1970/01/01 点击:6021
学习资料下载
扫描关注微信躺着学
QQ交流:565189854
UI&前端:728789100