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 |
Who calls dealloc method? Can we implement dealloc in arc?
How to add custom cell in uitableview in objective c?
What is block variable?
What are the characteristics of the category?
What is method swizzling in objective c and why would you use it?
What happens if you add your just created object to a mutable array, and you release your object?
Who made objective c?
How do I import a swift file into objective c?
What is parsing? Mention which class can you use for parsing of xml in iphone?
What is a function file?
What is mark and sweep algorithm?
How to call function?