-
有以下程序
#include
#include
void fun( double *p1,doubl
日期:1970-01-01 08:00:00
点击:6055
好评:0
...
-
有以下程序
#include
#include
void fun(int *p1,int *p2,in
日期:1970-01-01 08:00:00
点击:6023
好评:0
...
-
有以下程序:
#include
#define N 4
void fun(int a[][N], int b[])
{ in
日期:1970-01-01 08:00:00
点击:6071
好评:0
...
-
有以下程序:
#include
void fun( int a[], int n)
{ int i, t;
f
日期:1970-01-01 08:00:00
点击:6027
好评:0
...
-
有以下程序
#include
main()
{ int a[3][4]={ 1,3,5,7,9,11,13,15,17,1
日期:1970-01-01 08:00:00
点击:6027
好评:0
...
-
设有定义:int x[10],*p=x,i;,若要为数组x读入数据,以下选项正确的是
日期:1970-01-01 08:00:00
点击:6104
好评:0
...
-
有如下程序
#include
main()
{
char *p, old_str[10] = "wind";
int password
日期:1970-01-01 08:00:00
点击:6041
好评:0
...
-
有如下程序
#include
int disp(char* str)
{
while (*str) putchar(*str++);
r
日期:1970-01-01 08:00:00
点击:6043
好评:0
...
-
若有以下程序段
char str[4][12] = {"aaa","bbbb","ccccc","dddddd"},*strp[4];
int
日期:1970-01-01 08:00:00
点击:6148
好评:0
...
-
关于地址和指针,以下叙述正确的是
日期:1970-01-01 08:00:00
点击:6035
好评:0
...