Are the following expressions well defined?
(int *)0 + 0
(int *)0 - (int *)0
Note: Is it allowed to add a zero to a null pointer? is the same question for C++.
Are the following expressions well defined?
(int *)0 + 0
(int *)0 - (int *)0
Note: Is it allowed to add a zero to a null pointer? is the same question for C++.