Hi,

When you declare a variable such as int length, does the identifier part (length) hold the actual address and when you assign say: length =5 then the identifier is deferenced? or is this...