&& (logical AND), || (logical OR) && → Checks first condition; if false, skips checking the second (short-circuit).& (bitwise AND), | (bitwise OR) break will terminate the loop or switch.continue will skip the particular iteration.0 means normal termination, while non-zero indicates abnormal termination.void).
Signup