Swift - Operators and Expressions
What will be printed by this Swift code?
let minInt8: Int8 = -128 let result = minInt8 &- 1 print(result)
let minInt8: Int8 = -128 let result = minInt8 &- 1 print(result)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions