题目内容
下面程序的输出结果是 。#include int main____{enum abc{ green=3,red };char clr[][10]={"red","blue","yellow","black","white", "green"};printf("%s and ",clr[green]);printf("%s",clr[red]);return 0;}
查看答案
搜索结果不匹配?点我反馈
更多问题