-
有以下程序
#include
void fun(char **p)
{
++p;
printf("%s\n",*p);
}
日期:1970-01-01 08:00:00
点击:6127
好评:0
...
-
设有以下说明和语句:int x[3][4],(*p)[4]; p=a;,则与表达式*(*p+2) 等价的选项是
日期:1970-01-01 08:00:00
点击:6096
好评:0
...
-
有以下程序
#include
main()
{ int s[3][2]={ 1,2,3,4,5,6},*ps[3],k;
日期:1970-01-01 08:00:00
点击:6070
好评:0
...
-
若有定义:
int w[3][5];
则以下不能正确表示该数组元素的表达式是
日期:1970-01-01 08:00:00
点击:6024
好评:0
...
-
有以下程序:
#include
#include
main()
{ char str[][20]={"One*Wor
日期:1970-01-01 08:00:00
点击:6042
好评:0
...
-
有以下程序
#include
#include
void fun(int *p1, int *s)
日期:1970-01-01 08:00:00
点击:6022
好评:0
...
-
若有函数声明
void fun(float array[], int *ptr);
以下叙述正确的是
日期:1970-01-01 08:00:00
点击:6027
好评:0
...
-
有以下程序
#include
void fun( char *p, int n )
{ char b[6]="abcde"
日期:1970-01-01 08:00:00
点击:6038
好评:0
...
-
有以下程序
#include
struct STU{ char name[9]; char sex; int score[2];
日期:1970-01-01 08:00:00
点击:6021
好评:0
...
-
有以下程序
#include
#include
void fun( int *p1, int *p2,
日期:1970-01-01 08:00:00
点击:6028
好评:0
...
- 首页
- 上一页
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 下一页
- 末页
- 共 14页131条