
4K followers • DS & AI
Apr 18, 2024 • 49m • 289 views
Array is a group of elements that share a common name, and that are different from one another by their positions within the array. Pointers are one of the core components of the C programming language. A pointer can be used to store the memory address of other variables, functions, or even other pointers. The use of pointers allows low-level memory access, dynamic memory allocation, and many other functionality in C.