Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
int main() { int x = 5; int y = 3; // Returns false (0) because ! (not) is used to reverse the result printf("%d", !(x > 3 && x < 10)); return 0; }
0