Swift - Data Types
What is the output of the following Swift code?
let number = 0b1010_1101 print(number)
let number = 0b1010_1101 print(number)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions