4. 在main函数中,定义一个含N个元素的数组,其中N是符号常量,然后编写下列各子函数完成相应的功能: (

如题所述

第1个回答  2013-05-30
#include<stdio.h>
#define n 30

void main()
{int i[n]
}