Hello All,
I have the following Memory addresses .
Address of function
f1 :80483a0
f2 :80483e8
main :80483ff
Address of all the local variables in main
uila :bfedb4d4
ila :bfedb4d0
uisl :80498c8
isl :80498c0
Iam in a linux environment.
I want to know what would be increasing order ( memory locations).
To put in a simple words , i want to know how the OS gives memory locations ( address) to C / C++ programs ?
Will it vary with the 16 bit , 32 bit , 64 bit computers ?
Will this depends on the RAM of our computer ?
Does this depend on the OS we use ?
regards
vlrk



LinkBack URL
About LinkBacks



CornedBee