Create an enum variable and assign a value to it enum Level myVar = MEDIUM; // Print the enum variable printf("%d", myVar); return 0;
確定! 回上一頁