-
有以下程序
#include
#include
main( )
{ int i, len;
char b[]=
1970/01/01 点击:6023
-
有以下程序
#include
void change( char* array, int len )
{ for (len--; len>=0;
1970/01/01 点击:6017
-
有以下程序
#include
main( )
{ char w[20], a[5][10]={"abcde", "fghij", "klmno", "
1970/01/01 点击:6020
-
以下程序段中的变量已正确定义
for( i=0; i<4; i++,i++ )
for( k=1; k<3; k++ ); p
1970/01/01 点击:6020
-
有以下程序
#include
main()
{ char s[]="012xy\08s34f4w2";
1970/01/01 点击:6023
-
有以下程序
#include
main( )
{ char b[4][10]; int i;
for ( i=0; i<4; i++
1970/01/01 点击:6025
-
函数fun的功能是在a所指的具有n个元素的数组中查找最大值并返回给调用函数,
1970/01/01 点击:6023
-
有以下程序
#include
int f( int k )
{ static int n=0;
int m=0;
n++;
1970/01/01 点击:6017
-
有以下程序
#include
int fun( int *b, int n )
{ int i, r=1;
for( i=0; i<
1970/01/01 点击:6023
-
有以下程序
#include
#define N 4
int fun( int a[][N] )
{ int i,j,x=0;
1970/01/01 点击:6017
学习资料下载
扫描关注微信躺着学
QQ交流:565189854
UI&前端:728789100