Swift - Data Types
Find the mistake in this Swift code snippet:
var s1 = "Hello" var s2 = &s1 s2 += " World" print(s1)
var s1 = "Hello" var s2 = &s1 s2 += " World" print(s1)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions