int a = 1, b = 2; if (a && b) { printf("TO SIE POJAWI\n"); } if (a & b) { printf("TO SIE NIE POJAWI\n"); }