Define enum as we normally do in c-programing. ... int main(void) { int i = 0; printf("The name of fruit is %s\n", fruit_names[APPLE]); ...
確定! 回上一頁