-
若有以下程序
#include
char *a="you", b[ ]="welcome#you#to#China!";
日期:1970-01-01 08:00:00
点击:6024
好评:0
...
-
若有以下程序
#include
char *a="you";
char b[ ]="Welcome you to Ch
日期:1970-01-01 08:00:00
点击:6047
好评:0
...
-
有以下程序
#include
void fun2(char a, charB)
{
printf("%c %c ",a,b);
}
ch
日期:1970-01-01 08:00:00
点击:6090
好评:0
...
-
设有以下程序段
main( )
{ int x[M][N];
...
Arrlet(x);
...
}
则作为函
日期:1970-01-01 08:00:00
点击:6034
好评:0
...
-
有如下程序
#include
struct pair
{
int first, second;
};
struct pair get_min_
日期:1970-01-01 08:00:00
点击:6017
好评:0
...
-
有如下程序
#include
void change(int* array, int len)
{
for (; len>=0; len--)
日期:1970-01-01 08:00:00
点击:6022
好评:0
...
-
有以下程序
#include
void fun(int a[ ], int n)
{ int i,j=0,k=n/2, b[10];
fo
日期:1970-01-01 08:00:00
点击:6019
好评:0
...
-
有以下程序
#include
#define N 4
void fun(int a[][N])
{ int b[N][N],i,j;
日期:1970-01-01 08:00:00
点击:6029
好评:0
...
-
有以下程序
#include
int * f(int *s)
{ s[1] +=6;
*s=7;
s+=2;
return
日期:1970-01-01 08:00:00
点击:6020
好评:0
...
-
对于以下函数声明
void fun(int array[4], int *ptr);
以下叙述中正确的是
日期:1970-01-01 08:00:00
点击:6021
好评:0
...
- 首页
- 上一页
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 下一页
- 末页
- 共 19页182条