I was doing a programming exercise for C++ and I came through this question
what on your system has restriction on pointer types char* , int* and void*? For example, may an int* have an odd value? Hint:alignment
I have nothing to show what I have done, I have trouble understanding the question