What are the important data types found in objective-c?
Answer / Ajay Kumar Agnihotry
Some of the important data types found in Objective-C include NSNumber (for representing numeric values), NSString (for representing strings), NSArray (for representing arrays), NSDictionary (for representing dictionaries), and NSObject (for creating custom classes).
| Is This Answer Correct ? | 0 Yes | 0 No |
Does objective c have pointers?
Is objective c difficult?
What is difference between nsstring and nsmutablestring?
Explain application life cycle or application states?
Tell me something about objective-c blocks?
Is swift based on objective c?
How to check array contains value in objective c?
What is atomic in objective c?
What is the primary use of the category in the objective-c?
Can objective c run on windows?
When to use nsautoreleasepool??
What is .h and .m file in xcode?