Swift - Functions
Which keyword must be used to define a function in Swift?
func to declare functions.function, def, and method are not valid in Swift.func keyword [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions