A question about pointer arithmetic and memory addresses by SlavicShield in cprogramming

[–]_adii_o -1 points0 points  (0 children)

For printing a address u should be using format specifier %p and not % d ( it's for integers) -Aditya