Explain how multiple line comment can be written in swift?
Answer / 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 |
How to convert nsarray to nsmutablearray in swift?
Which compiler is used in swift?
Where can we test the apple iphone apps if we don’t have an ios device?
What is instance variable in swift?
Is swift thread safe?
What language is swift written?
How can you make a property optional in swift?
What are swift properties?
How can you declare a variable in swift?
How can you write multiple line comment?
Is "swift" a good programming language? Explain
What is closure in swift?