What is the output? Explain...help? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the output? Explain...help?

#include<stdio.h> int main ( ) { int x ; int y = ( x = 1 ) + ( x = 2 ) ; printf( "y = %d\n " , y ) ; }

3rd Jun 2020, 3:44 AM
Кабір
Кабір - avatar
0 Answers