Swift - Data Types
Which of the following is a valid binary numeric literal in Swift?
0b followed by 0s and 1s.0b1010 uses 0b prefix correctly. 0x1010 is hexadecimal, C is invalid, A is octal.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions