So can I directly write the value at any location, if yes than how?
|
Newbie Member
|
|
| 1Feb2007,09:53 | #1 |
|
I need to insert any value let 10 at any given memory address like 2002.
So can I directly write the value at any location, if yes than how?
|
|
Go4Expert Founder
|
![]() |
| 1Feb2007,10:15 | #2 |
|
But 2002 might not be a valid address location but if you have a valid location assign a value of the location to the pointer and then you can write anything there as normal pointer.
|