How to convert enum names to string in c ... enum FRUIT_ENUM { apple, orange, grape, banana, }; static const char *FRUIT_STRING[] = { "apple", "orange", ...
確定! 回上一頁