Aug 21, 2002 #1 bas Programmer Jan 13, 1999 41 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 Aug 13, 2001 69 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