fenby C语言P21

数据类型 数组名字【个数】;

#include <stdio.h>

int main()
{
int a[8];
float b[9];
char c[10];
return 0;
}

posted on 2015-05-14 22:46  我是阿喵酱  阅读(97)  评论(0编辑  收藏  举报