Pre-requisite for C Enums MCQ set: Video Tutorial on C Enums (Enumeration). ... red, yellow }; main() { enum colour c; c=yellow; printf("%d",c); }. a) 1
確定! 回上一頁