How is string represented in objective-c?



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

Post New Answer

More Objective-C Interview Questions

Who calls dealloc method? Can we implement dealloc in arc?

1 Answers  


How to add custom cell in uitableview in objective c?

1 Answers  


What is block variable?

1 Answers  


What are the characteristics of the category?

1 Answers  


What is method swizzling in objective c and why would you use it?

1 Answers  


What happens if you add your just created object to a mutable array, and you release your object?

1 Answers  


Who made objective c?

1 Answers  


How do I import a swift file into objective c?

1 Answers  


What is parsing? Mention which class can you use for parsing of xml in iphone?

1 Answers  


What is a function file?

1 Answers  


What is mark and sweep algorithm?

1 Answers  


How to call function?

1 Answers  


Categories