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 is gcd? What are advantages over nsthread?



what is gcd? What are advantages over nsthread?..

Answer / Naushad Ali

{"gcd": "Greatest Common Divisor is a function that returns the greatest common divisor of two integers. It's used in mathematics and computer science for finding the highest number that can evenly divide two numbers.","advantages over nsthread": "GCD functions are generally more efficient than NSThread (which provides support for creating and managing threads) as they avoid many of the overheads associated with creating and managing threads. For instance, GCD doesn't require explicit memory management, and it's optimized to handle multiple concurrent tasks effectively."}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

How do I create an objective c class in xcode?

1 Answers  


How to make a code snippet thread safe?

1 Answers  


Is objective c type safe?

1 Answers  


What is class extension? Why do we require them?

1 Answers  


What are the adavantages of gcd over nsthread?

1 Answers  


What are the different types of protocols?

1 Answers  


Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?

1 Answers  


What is the difference between weak and unowned?

1 Answers  


When to use nsautoreleasepool??

1 Answers  


What is difference between nil and nill?

1 Answers  


Explain the types of protocol?

1 Answers  


How to implement in app purchase in ios objective c?

1 Answers  


Categories