Latest TCS Aptitude Question SOLUTION: o/p of the program #include int main() { enum status { pass, fail, atkt}; enum status stud1, stud2, stud3; stud1 = pass; stud2 = atkt; stud3 = fail; printf(