What is the Output when the following cod int x'y =10,z=10; x=(y==Z) ;cout <<x; | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the Output when the following cod int x'y =10,z=10; x=(y==Z) ;cout <<x;

I need the answer

7th Jul 2020, 6:12 AM
Chris
2 Answers
+ 5
You could very well just try this in code playground...
7th Jul 2020, 6:24 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 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 👍
7th Jul 2020, 6:17 AM
Ipang