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 are the control transfer statements in swift?
What is lazy var in swift?
What is use of enum in swift?
Explain core data.
What collection types are available in swift?
Explain some biggest changes in usernotifications.
What is floating point number in swift?
How should errors be handled in swift?
Is swift object oriented programming?
What is a swift protocol?
Explain some common features of protocols & superclasses.
What lazy stored properties is and when it is useful?
What are classes in swift?
In swift, what type of object are basic data types?
What is block in swift?