Which of the following could be used to indicate the Function Type of the following function: func joinStrings(stringOne: String, stringTwo: String) -> String { return stringOne + stringTwo }
Correct Answer: (String, String) -> String
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Swift MCQ Questions