• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
+ 2

Why output is 1 ?

Code : #include <stdio.h> int main() { int x,y,z; x=y=4; z=x==y; printf("%d",z); }

c
27th Jan 2022, 8:56 AM
saurav
saurav - avatar
1 Answer
+ 2
x == y returns true, and if you convert a Boolean true to an integer it becomes 1
27th Jan 2022, 9:45 AM
khabz01
khabz01 - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
Hello World!
0 Votes
What is wrost mistake that mostly people made while learning coding?
0 Votes
I'm lost with JavaScript (document.getElementById(".") And clearly making mistakes, Can someone help, I thought I had it but no.
0 Votes
Script file names
0 Votes
Why's there an error
1 Votes
How to put multiple inputs in python?
1 Votes
What can I do after learning python and how to create amazing codes. And how many times it would take to be a good programmer😅
0 Votes
What to learnđŸ€”
0 Votes
String functions
1 Votes
I wish Ruby back in the course list
1 Votes