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
Why do we use swift?
How to create a tuple in swift?
Does swift have a garbage collector?
What is nsdictionary in swift?
What is a protocol in swift?
What is subscript in swift?
Is swift an object-oriented programming language?
What are ui elements?
What is $0 in swift?
What is data type in swift?
Who invented swift code?
What is enum in swift?
Who created swift?
What are the differences between a struct and a class?
How long does it take to learn swift?