printf("%i\\n",2&2==2);
This should print out a 1 but I get a 0, why is this?
int ans=2&2; printf("%i\\n"