+ 1
What is the Output when the following cod int x'y =10,z=10; x=(y==Z) ;cout <<x;
I need the answer
2 Respuestas
+ 5
You could very well just try this in code playground...
+ 1
Chris
Please try to follow this guide on posting a question, in particular when writing thread's tags
https://www.sololearn.com/Discuss/333866/?ref=app
P.S. You can run your code on Code Playground if you need to know the output of a code 👍