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 |
What is an objective fact?
What is the primary use of the category in the objective-c?
Is objective c type safe?
What are the advantages of using objective-c?
What is enum constant?
What is an m file?
How do I add objective c to swift project?
What is objective c in ios?
What is difference between extern and global?
What do you mean by dot notation?
Does objective c have function overloading?
Explain what is #import?