Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
Misc
8.8K+ articles
Mathematical
7.8K+ articles
Objective-C Pointers
4 posts
Recent Articles
Popular Articles
Pointer to Pointer in Objective-C
Last Updated: 24 April 2025
Pointers in Objective-C are a powerful and essential concept for any programmer to master. Pointers allow you to manipulate data stored in memory directly and are used to ...
read more
Picked
Objective-C
Objective-C Pointers
Passing Pointers to Functions in Objective-C
Last Updated: 24 April 2025
Pointers are a crucial aspect of any programming language and passing pointers to functions in Objective-C is no exception. In Objective-C, pointers are used to pass value...
read more
Picked
Objective-C
Objective-C Pointers
Pointers in Objective-C
Last Updated: 26 April 2025
In Objective-C, Pointers are the variables that hold the memory address of another variable. You must have declared the pointer variable before its use. The size of the po...
read more
Picked
Objective-C
Objective-C Pointers
Pointers to Structures in Objective C
Last Updated: 17 March 2023
A pointer is a variable whose value is the address of another variable, e.g., stores the address of the memory location. Like any variable or constant, you must declare a ...
read more
Picked
Objective-C
Objective-C Pointers
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !