iOS Swift - Swift Language Essentials
What will be printed by this Swift code?
let add = { (a: Int, b: Int) -> Int in a + b }
print(add(3, 4))let add = { (a: Int, b: Int) -> Int in a + b }
print(add(3, 4))15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions