Explain how multiple line comment can be written in swift?
Answer Posted / iosraj
Multiple line comment can be written as forward-slash followed by an asterisk (/*) and end with an asterisk followed by a forward slash (*/).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an argument in swift?
What are the best ways of achieving concurrency in ios?
What is the difference between closure and function in swift?
What is a type in swift?
Is swift pass by reference?
How can we define a base class in swift?
How to pass the data between view controllers?
How to convert nsmutablearray to swift array in swift?
What are swift categories?
How to create a constant in swift programming?
What is forced unwrapping? Why is it potentially unsafe?
Explain the usage of class and benefits of inheritance.
What are the different control transfer statements used in swift?
What is weak in swift?
What is swift property?