#include <stdio.h> int main() { int i=4,z=12; if ((i=5) | | (z>50)) printf ("yo\n"); else printf ("no\n"); return 0; } | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

#include <stdio.h> int main() { int i=4,z=12; if ((i=5) | | (z>50)) printf ("yo\n"); else printf ("no\n"); return 0; }

What is the output and why ?

10th Aug 2020, 6:39 AM
shubham singh
shubham singh - avatar
1 Resposta
+ 4
Why don't you see the output yourself šŸ‘‡ https://code.sololearn.com/c4b72XZ512C9/?ref=app
10th Aug 2020, 6:53 AM
Arsenic
Arsenic - avatar