#include <stdio.h> int main() { int t1 = 8, t2 = 9, t3; if (t3 = t1 = 4 || t2 > 10) printf("%d", t3); else printf("No Output\n"); }
1
Previous Question Next Question
Your comments will be displayed only after manual approval.