+ 2
Assignment in If-Else
Please explain how this works #include <stdio.h> int main() { char ch; if(ch= printf("c: ")) printf("It Matters"); else printf("It Doesn't Matter"); return 0; }
0 odpowiedzi
Please explain how this works #include <stdio.h> int main() { char ch; if(ch= printf("c: ")) printf("It Matters"); else printf("It Doesn't Matter"); return 0; }