问题
-
有下列程序void func1(int i);void func2(int i);char st[ ]="hello,friend! ";void func1(int i
-
有如下程序段void fun(int *a, int *b){ int *k; k=a; a=b; b=k;}main(){ int a=3, b=6, *x=&a,
-
有如下程序段#include "stdio.h"void fun(int *a,int *b,int *c,int *d,int *e){ int i,j,k,m;
-
有如下程序void func1(int st[],int i){ printf("%c",st[i]); if(i}void func2(int st[],int i)
-
有以下程序void func(int *a,int b[]){ b[0]=*a+6; }main(){ int a,b[5]={0};a=0; b[0]=3;func(&
-
有如下程序段#include "stdio.h"typedef struct aa{ int a; struct aa *next;} M;void set(M *