Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to initialize nsmutabledictionary in objective c?



How to initialize nsmutabledictionary in objective c?..

Answer / Rosan Singh

"To initialize an NSMutableDictionary in Objective-C, you can use the alloc and init methods, followed by an assignment. Here's an example:nnnsmutabledictionary *myDict = [[NSMutableDictionary alloc] init];"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is objective c in ios?

1 Answers  


What is a class in xcode?

1 Answers  


What is the isa member?

1 Answers  


Explain what are the attributes of category?

1 Answers  


What is a delegate? Can you retain delegates?

1 Answers  


What do you mean by @synthesize and @dynamic in the objective-c?

1 Answers  


Does copy increase retain count?

1 Answers  


Is objective c open source?

1 Answers  


Which is better swift or objective c?

1 Answers  


How to check array contains value in objective c?

1 Answers  


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

1 Answers  


How do you insert a block?

1 Answers  


Categories