C语言常见问题:enum members other than the first one should not be explicitly initialized unless all mem

Posted coding码场

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C语言常见问题:enum members other than the first one should not be explicitly initialized unless all mem相关的知识,希望对你有一定的参考价值。

 就是枚举里面的元素不是连续的,要不就只有一个赋初值的,要么就所以元素都单独赋值。这种问题我们在写代码的时候经常出现,但是确实不是那么规范,引以为戒。

以上是关于C语言常见问题:enum members other than the first one should not be explicitly initialized unless all mem的主要内容,如果未能解决你的问题,请参考以下文章

C语言中的enum是啥用途的?

c语言中,啥是枚举类型(enum),给个例子?

C语言的enum中的枚举名有啥用?

c语言枚举类型enum用法

c语言,有没有办法遍历枚举类型

C语言——enum枚举类型