Engaged employer
Explain the difference between a pointer and an array in C.
Anonymous
I explained that a pointer stores the address of another variable, while an array is a collection of elements stored in contiguous memory locations. Although array names can behave like pointers in some situations, arrays and pointers are different data types and have different memory characteristics.
Check out your Company Bowl for anonymous work chats.