-
关于
do 循环体 while (条件表达式);
以下叙述中正确的是
日期:1970-01-01 08:00:00
点击:6189
好评:0
...
-
以下程序段中的变量已正确定义:
for( i=0; i<4; i++,i++ )
日期:1970-01-01 08:00:00
点击:6037
好评:0
...
-
有以下程序
#include
void fun(int n)
{ static int x[3]={1,2,3};
int k;
日期:1970-01-01 08:00:00
点击:6021
好评:0
...
-
有以下程序
#include
main( )
{ int a[3][3]={{1,3,5,},
{7,9,11,
日期:1970-01-01 08:00:00
点击:6018
好评:0
...
-
有以下程序
#include
int m1(int x, int y )
{ if( x<= y ) return 2*x+1;
els
日期:1970-01-01 08:00:00
点击:6019
好评:0
...
-
有以下程序
#include
int mul(int val)
{ static int init = 1;
return init *=
日期:1970-01-01 08:00:00
点击:6018
好评:0
...
-
有以下程序段
char str[ 4 ][ 12 ]={"aaa","bbb","ccc","ddd" }, *p[4];
int i;
日期:1970-01-01 08:00:00
点击:6015
好评:0
...
-
有以下程序
#include
#define N 3
void fun( int x[][N], int *r1, int *r2 )
{
日期:1970-01-01 08:00:00
点击:6019
好评:0
...
-
有以下程序
#include
#define N 4
int fun( int a[][N] )
{ int i,j,x=0;
日期:1970-01-01 08:00:00
点击:6017
好评:0
...
-
有以下程序
#include
int fun( int *b, int n )
{ int i, r=1;
for( i=0; i<
日期:1970-01-01 08:00:00
点击:6023
好评:0
...
- 首页
- 上一页
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 下一页
- 末页
- 共 13页130条