-
以下错误的定义语句是
日期:1970-01-01 08:00:00
点击:6021
好评:0
...
-
有以下程序
#include
main()
{
int a[4][4]={ {1,4,3,2},{8,6,5,
日期:1970-01-01 08:00:00
点击:6014
好评:0
...
-
有以下程序
#include
main()
{
int i, t[][3]={9,8,7,6,5,4,3,2,1
日期:1970-01-01 08:00:00
点击:6024
好评:0
...
-
有以下程序
#include
main()
{
int a[4][4]={{1,4,3,2},
日期:1970-01-01 08:00:00
点击:6027
好评:0
...
-
有以下程序
#include
int fun(int (*s)[4], int n, int k)
{ int m, i
日期:1970-01-01 08:00:00
点击:6076
好评:0
...
-
有以下程序
#include
#define N 4
void fun(int a[][N], int b
日期:1970-01-01 08:00:00
点击:6196
好评:0
...
-
有以下程序段
char str[ 4 ][ 12 ]={"aaa","bbb","ccc","ddd" }, *p[4];
int i;
日期:1970-01-01 08:00:00
点击:6031
好评:0
...
-
有以下程序
#include
main()
{ char s[]="012xy\08s34f4w2";
日期:1970-01-01 08:00:00
点击:6020
好评:0
...
-
有以下程序
#include
#include
long fun( char s[] )
{ long n; int
日期:1970-01-01 08:00:00
点击:6017
好评:0
...
-
有以下程序
#include
#include
void fun( char *s, int m1, int m2 )
{
日期:1970-01-01 08:00:00
点击:6020
好评:0
...
- 首页
- 上一页
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 下一页
- 末页
- 共 11页105条