0

What is output

Int x=5 x=x++; printf("%d",x);

9th Dec 2021, 6:26 PM
Code Maker
2 Respuestas
+ 3
You can put your code in a script and run it on sololearn playground – this way, you can test yourself what happens!
9th Dec 2021, 8:21 PM
Lisa
Lisa - avatar