如何用cmd 指令运行编译C语言程序?

代码如下: void main(){ struct person{ char name[9]; int age; }; struct person team[10]= {"John",17,"Scott",19,"Mary",18,"Adam",16}; printf("%c\n",team[2].name[0]); }

cmd 指令运行编译C语言程序 那是不可能的.. 必须要编译器 如 VC6.0 TC
温馨提示:内容为网友见解,仅供参考
无其他回答