- 
      				
					有以下程序
     #include 
     struct  STU{ char  name[9];  char  sex; int  score[2];
					
						日期:1970-01-01 08:00:00
						点击:6035
						好评:0
					
					
						...
					
				 - 
      				
					有以下程序
     #include 
     #include 
     void  fun( int *p1, int *p2,
					
						日期:1970-01-01 08:00:00
						点击:6041
						好评:0
					
					
						...
					
				 - 
      				
					有以下程序
     #include 
     #include 
     void  fun( double  *p1,doubl
					
						日期:1970-01-01 08:00:00
						点击:6074
						好评:0
					
					
						...
					
				 - 
      				
					有以下程序
     #include 
     #include 
     void  fun(int *p1,int *p2,in
					
						日期:1970-01-01 08:00:00
						点击:6036
						好评:0
					
					
						...
					
				 - 
      				
					有以下程序:
#include  
#define   N    4
void  fun(int  a[][N], int  b[])
{ in
					
						日期:1970-01-01 08:00:00
						点击:6082
						好评:0
					
					
						...
					
				 - 
      				
					有以下程序:
#include  
void fun( int  a[], int  n)
{  int   i, t;
  f
					
						日期:1970-01-01 08:00:00
						点击:6036
						好评:0
					
					
						...
					
				 - 
      				
					有以下程序
     #include 
     main()
     {  int  a[3][4]={ 1,3,5,7,9,11,13,15,17,1
					
						日期:1970-01-01 08:00:00
						点击:6042
						好评:0
					
					
						...
					
				 - 
      				
					设有定义:int  x[10],*p=x,i;,若要为数组x读入数据,以下选项正确的是
					
						日期:1970-01-01 08:00:00
						点击:6115
						好评:0
					
					
						...
					
				 - 
      				
					有如下程序
#include 
main() 
{
    char *p, old_str[10] = "wind";
    int password
					
						日期:1970-01-01 08:00:00
						点击:6055
						好评:0
					
					
						...
					
				 - 
      				
					有如下程序
#include 
int disp(char* str)
{
    while (*str) putchar(*str++);
    r
					
						日期:1970-01-01 08:00:00
						点击:6058
						好评:0
					
					
						...