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

What is class extension? Why do we require them?

1 Answers  


Is python static or dynamic?

1 Answers  


What is a goal and objective?

1 Answers  


When might you use a cfarray/dictionary instead of a nsarray/dictionary?

1 Answers  


What is kvc and kvo? Give an example of using kvc to set value.

1 Answers  


Is objective c dynamically typed?

1 Answers  


What is nonatomic and strong in objective c?

1 Answers  


What is dot notation?

1 Answers  


What is an example of category?

1 Answers  


Is objective c object oriented?

1 Answers  


What is inheritance in objective c?

1 Answers  


How do I create a bridge header in objective c?

1 Answers  


Categories