Mention what are the type of integers does Swift have?
Answer / 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 |
What is use of enum in swift?
Is swift garbage collected?
What is the difference between swift and ‘objective-c’ language?
What is weak in swift?
Does swift have a runtime?
What is string in swift?
Why swift is safe?
What collection types are available in swift?
What are floating point numbers? How many types of floating number are there?
What is the synonym of swift?
How can you define a base class in swift?
Why do we need closure in swift?