Given the following declaration:enum week {sun, mon, tue, wed, thu, fri, sat} day;which one of the following assignments is right?
A、sun=0;;
B、day=sun;;
C、sun=day;;
D、mon=sun+1;
发布时间:2025-08-06 19:31:32
A、sun=0;;
B、day=sun;;
C、sun=day;;
D、mon=sun+1;