Mention what are the type of integers does Swift have?



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

Post New Answer

More Apple iOS Swift Interview Questions

What is the difference between nil and none in swift?

0 Answers  


Explain the difference between let and var in swift programming?

0 Answers  


What are type methods in swift?

0 Answers  


Mention what are the features of Swift Programming?

1 Answers  


What is nsrange in swift?

0 Answers  






What is the difference between swift and objective c?

0 Answers  


Mention what are the type of integers does Swift have?

1 Answers  


What are initializer in swift?

0 Answers  


Is swift written in c++?

0 Answers  


Explain enum in swift.

0 Answers  


What is cocoa swift?

0 Answers  


What is memory leak in swift?

0 Answers  


Categories