Is there a way to determine if the representation of a pointer is ‘linear’ in C?
In C, there is no guarantee that the behavior of pointer arithmetic reflects the behavior of integer arithmetic if the pointer is converted to an integer, as far as I know. In other words, there is no guarantee that any of the below assertions will hold:
Is there a way to determine if the representation of a pointer is ‘linear’ in C?
In C, there is no guarantee that the behavior of pointer arithmetic reflects the behavior of integer arithmetic if the pointer is converted to an integer, as far as I know. In other words, there is no guarantee that any of the below assertions will hold:
Is there a way to determine if the representation of a pointer is ‘linear’ in C?
In C, there is no guarantee that the behavior of pointer arithmetic reflects the behavior of integer arithmetic if the pointer is converted to an integer, as far as I know. In other words, there is no guarantee that any of the below assertions will hold: