Does objective c have pointers?
Answer / Puja Bharti
"Yes", Objective-C has pointers. Pointers are variables that store the memory address of another variable, allowing you to manipulate memory directly. In Objective-C, you can declare a pointer using the asterisk (*) before the variable name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is objective c type safe language?
How dispatch_once runs only once?
What is block in objective c?
How to call objective c function in swift?
What is hashable?
What are nsautoreleasepool and how can we use them?
What is the difference between function and objective?
What is the difference between underscore and self (i.e self.xx and _xx) ?
Is nsobject a parent class or a derived class?
What is a nsstring?
Explain how to call a function in objective-c?
Is there function overloading in objective-c?