C Programming

medium
0/15 answered
Q1

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