MCQS | Which are the Boolean Logical Operators used in Swift?

Question:Which are the Boolean Logical Operators used in Swift?

1.OR(||)

2.XOR(^^)

3.negate(~)

4.AND(&)