Câu ví dụ
- thêm câu ví dụ: 1 2 3 4 5 6 7 8 9 10
- The left should have type BIT_VECTOR, whereas the right operand should have INTEGER.
Trong đócó kiểu là BIT_VECTOR, còn - Remember that if the ++ precedes its operand, the operator++( ) is called.
Nếu ++ đứng trước toán hạng thì hàm operator++() được gọi. - The decrement operator — decreases the operand value by 1.
Decrement operator (--) giảm giá trị của numbers bớt đi 1. - Binary OR Operator copies a bit if it exists in eather operand.
| Binary OR Operator copy một chút nếu nó tồn tại trong toán hạng. - | Binary OR Operator copies a bit if it exists in either operand.
| Binary OR Operator copy một chút nếu nó tồn tại trong toán hạng.