【发布时间】:2012-08-07 03:47:29
【问题描述】:
#include <stdio.h>
#include <conio.h>
typedef arrChoice[10] /*is this a global variable?*/
int main() {};
getch();
return 0;
}
它还没有完成,但这就是我的意思。
【问题讨论】:
-
typedef 不是一个变量,它只是按照它所说的做......定义一个类型。