📢 QuizNe.vn will officially cease operations on 27/08/2026. Thank you for being with us.
- (1) int x = 6; x = !x;
- (2) int x = 6; if (!(x>3)){}
- (3) int x = 6; x = ~x;
- Câu (2) và (3) đúng