Can a program assign the memory directly?
Posted
by Tattat
on Stack Overflow
See other posts from Stack Overflow
or by Tattat
Published on 2010-04-11T05:25:40Z
Indexed on
2010/04/11
5:53 UTC
Read the original article
Hit count: 210
Is there any really low level programming language that can get access the memory variable directly? For example, if I have a program have a variable i. Can anyone access the memory to change my program variable i to another value?
© Stack Overflow or respective owner