adspace


What is string in swift?

Answer Posted / Dheeraj Kumar Dubey

"String is a sequence of Unicode scalars, represented as a collection of characters. It is one of the basic data types in Swift and can be defined by enclosing a series of characters within double quotes. Strings are immutable and cannot be changed once created."

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you define a base class in swift?

931


Explain the common execution states for a swift ios app (ios application lifecycle).

900


Explain some biggest changes in usernotifications.

926