最佳答案
在如下所示声明枚举时,是否所有 C 编译器都将 Linux 和 Windows 系统上的默认值设置为 x=0
、 y=1
和 z=2
?
typedef enum {
x,
y,
z
} someName;