[Video Solution] What is the output of the following code snippet? #include int main() int x; ... | ASPIRE STUDY
What is the output of the following code snippet? #include int main() int x; x = 5 > 8 ? 10 : 1 != 2 < 5 ? 20 : 30; printf("%d", x); return 0; | Watch the step-by-step video solution for this NIMCET PYQ.