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

Is swift difficult to learn?

0 Answers  


What is dictionary in swift?

0 Answers  


What is difference between any and anyobject in swift?

0 Answers  


How you define variables in swift language?

0 Answers  


Why is inheritance not desirable in swift?

0 Answers  






What is benefit of using higher order functions?

0 Answers  


What is encapsulation in swift?

0 Answers  


How does swift achieve multiple inheritance?

0 Answers  


What is mvc architecture in swift?

0 Answers  


What is the use of double question mark “??” In swift?

0 Answers  


What is category in swift?

0 Answers  


Is swift dynamic or static?

0 Answers  


Categories