What is the output of the program given below ? #includeint main() { enum status { pass, fail, atkt}; enum status stud1, stud2, stud3; stud1 = pass; ...
確定! 回上一頁