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