You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value of a pointer is the address of the object it points. When adding two pointers, the result is sum of two address which means an unknown place in memory. Thus adding two pointers are meaningless.