Justify and explain the different size of data types using pointer variables with example program.
Answers
Answered by
1
C Program to size of pointers to all data types is same. The values of pointer variables are unsigned integer numbers which are addresses of other variables. An unsigned integer is allocated 4 bytes of memory for its storage on a typical 32-bit system.
Similar questions