C Programming
mediumQ1
What is the output of: #include <stdio.h> int main() { int x = 0; if (x = 1, x) printf("Yes"); else printf("No"); return 0; }
1 / 15
What is the output of: #include <stdio.h> int main() { int x = 0; if (x = 1, x) printf("Yes"); else printf("No"); return 0; }