How is string represented in objective-c?
Answer / Ajay Kumar Bhartiya
In Objective-C, strings are represented using NSString objects. You can create an NSString object using a literal string (enclosed in double quotes) or by initializing it with an array of characters.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the attributes of category?
Is swift faster than objective c?
Are callbacks closures?
What is a category extension?
What is nonatomic and strong in objective c?
What are nsautoreleasepool and how can we use them?
Why create a custom view?
What is the point of closures?
What is the difference between c and objective c?
Who invented objective c?
How to create uibutton programmatically in objective c?
What is id type in objective c?