-
有以下程序
#include
#define N 4
int fun( int a[][N] )
{ int i,j,x=0;
日期:1970-01-01 08:00:00
点击:6019
好评:0
...
-
若有语句:int a[3][4], (*p)[4]; p = a;,则以下选项中叙述错误的是
日期:1970-01-01 08:00:00
点击:6017
好评:0
...
-
有以下程序
#include
main( )
{ char w[20], a[5][10] = {"abcdef", "ghijkl", "mnop
日期:1970-01-01 08:00:00
点击:6020
好评:0
...
-
有以下程序
#include
main( )
{
int i, k;
int array[4][2] = {{1,0}, {
日期:1970-01-01 08:00:00
点击:6021
好评:0
...
-
有以下程序
#include
main( )
{ char w[20], a[5][10] = {"abcdef", "ghijkl", "mnop
日期:1970-01-01 08:00:00
点击:6021
好评:0
...
-
有以下程序
#include
#define N 4
void fun(int a[][N])
{ int i;
for(i=0;
日期:1970-01-01 08:00:00
点击:6018
好评:0
...
-
有以下程序
#include
#define N 4
void fun(int a[][N])
{
int i;
for(i=0; i
日期:1970-01-01 08:00:00
点击:6019
好评:0
...
-
设有定义:
int x[2][3];
则以下关于二维数组x的叙述错误的是
日期:1970-01-01 08:00:00
点击:6027
好评:0
...
-
有以下程序
#include
main()
{
int i, x[3][3] = { 1,2,3,4,5,6
日期:1970-01-01 08:00:00
点击:6021
好评:0
...
-
以下叙述中正确的是
日期:1970-01-01 08:00:00
点击:6019
好评:0
...