What is extern objective c?
Answer / Km Neeraj
In Objective-C, the 'extern' keyword is used to declare functions or variables outside of their containing files. It can also be used with C headers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain when to use nsarray and nsmutablearray. Which one is faster and threadsafe?
What is kvc and kvo?
What is enum in objective c?
Can you please explain the way messaging works in objective-c?
List out the methods used in nsurl connection?
How would I make a static strategy?
What is the use of category in objective-c?
What is a delegation protocol?
How to use objective c file in swift?
What are the important data types found in objective-c?
What can objective c be used for?
What is id?