Hello ladies and gents,
I'm reading The C++ PL from B.Stroustrup and in chapter 5 the second exercise goes like this:
What on your system, are the restrictions on the pointer types char*, int*, and void*? For example, may an int* have an odd value? Hint: alignement.
I actually have no idea what is asked here, I was thinking that it was related towards what the max values of the different pointer types can hold as value?
Could someone explain what is actually requested?
Thank you.