What is nsstring?
Answer / Manish Kumar
NSString is a class in Foundation framework of Objective-C that provides support for working with strings. It is used to represent a sequence of characters as an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between objective c and c++?
Is c and objective c the same?
What is differences between nsnull and nil in objective c?
What are the delegate?
Can objective c run on windows?
Explain when to use nsarray and nsmutablearray. Which one is faster and threadsafe?
What is an objective statement?
Is objective c deprecated?
What do you understand by protocol?
Tell us the result when you invoke a particular method on a nil pointer?
Is objective c type safe language?
How do I create a bridging header file?