Mention what are the type of integers does Swift have?
Answer Posted / iosraj
Swift provides unsigned and signed integers in 8, 16, 32 and 64 bit forms. Similar to C these integers follow a naming convention. For instance, unsigned integer is denoted by type UInt8 while 32 bit signed integer will be denoted by type Int32.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is use of enum in swift?
What are the tools that are required to develop ios applications?
What are the different collection types available in swift?
What is lazy stored procedure in swift and when is it used?
Which is the superclass of all the view controller objects?
What is a string swift?
What is unowned in swift?
What is the difference between function and method in swift?
What are the different ways to pass data in swift?
Explain enum in swift.
How do I create a swift file in xcode?
Is swift open source?
What is race condition in swift?
What is a guard statement? What is the benefit of using guard statement in swift?
What are the higher order functions in swift?