Define constant array of strings as follows. This will helps to map enum to strings. static const char * const fruit_names[] = { [APPLE] ...
確定! 回上一頁