Aug 21, 2002 #1 bas Programmer Joined Jan 13, 1999 Messages 41 Location US This is really a C-Question, but this is the best Forum I've found to post... It is a fact - Pointer variables contain memory addresses as their values. Could it be possible(valid) for that value to be negative? Thanks, bas
This is really a C-Question, but this is the best Forum I've found to post... It is a fact - Pointer variables contain memory addresses as their values. Could it be possible(valid) for that value to be negative? Thanks, bas
Aug 21, 2002 #2 sflam Programmer Joined Aug 13, 2001 Messages 69 Location US AFAIK, addresses are unsigned values starting from 0. However, not all programming languages support unsigned type. For those languages, some addresses appears to be negative when view as a signed number. Shyan Upvote 0 Downvote
AFAIK, addresses are unsigned values starting from 0. However, not all programming languages support unsigned type. For those languages, some addresses appears to be negative when view as a signed number. Shyan