In C, a pointer is a variable that contains the address of another variable. This variable is open to being of any pointer type, including int, char, array, function, and more. The architecture affects the pointer’s size. A pointer in 32-bit architecture, however, is 2 bytes in size.
Mercy Margret Answered question May 29, 2023
