What is gcd?
Answer / Kalpna Rani
In Objective-C, GCD stands for Grand Central Dispatch. It's a framework that provides high-level APIs to manage concurrent execution of code blocks using multiple threads and queues.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is assign property in objective c?
What is an extension?
Explain the difference between atomic and nonatomic synthesized properties.
What is objective c good for?
How to sort array of dictionary in objective c?
Is reference counting garbage collection?
Is python static or dynamic?
What is .m file in objective c?
How do you write an objective statement?
What does @synchronized() do?
What is a category extension?
What is a process and thread?