#include int main(void){ //What will we get? // printf("%d\n", 5 && 6); // printf("%d\n", 5 & 6); // printf("%d\n", 5 ^ 6); return 0; }