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...


What does __ block do?



What does __ block do?..

Answer / Neeraj Nikhra

__block is a keyword in Objective-C that allows a variable to be modified within a block. Here's an example:n```objcn__block int myVariable = 0;n-(void)myMethod {n NSBlockOperation *operation = [[NSBlockOperation alloc] init] {n myVariable++;n NSLog(@"Current value of myVariable: %d", myVariable);n };n [operation start];n}n``

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Explain what is dot notation?

1 Answers  


What is the class of a constant string?

1 Answers  


What is the use of objective c?

1 Answers  


What objective-c program consists of?

1 Answers  


What are the important data types found in objective-c?

1 Answers  


What is category in objective c?

1 Answers  


What is toll-free bridging?

1 Answers  


Is swift based on objective c?

1 Answers  


How to implement in app purchase in ios objective c?

1 Answers  


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

1 Answers  


What is struct in objective c?

1 Answers  


What is gcd objective c?

1 Answers  


Categories