Can a programme 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:33 UTC
Read the original article
Hit count: 238
Is there any really low level programming language that can get access the memory variable directly? For example, if I have a programme have a variable i. Can anyone access the memory to change my programme variable i to another value?
© Stack Overflow or respective owner