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 mechanism does ios support for multi-threading?
What are the advantages of swift?
What is mvvm in swift?
How multiple line comment can be written in swift?
Why does apple use swift?
What is enum in swift?
Explain some common execution states in ios?
Is swift memory safe?
Can you explain completion handler?
Does swift have a garbage collector?
What is instance variable in swift?
How can you define a base class in swift?
What is protocol in swift?
What are swift categories?
What is a static variable swift?