S
sd
Hi group,
lets suppose you do the following
int x;
int * ptr;
prt = &x;
without assigning any value to x
but you do this all within a compiler running on a virtual machine,
do this can damage the physical machine ?
thanks in advance, Carlos.
lets suppose you do the following
int x;
int * ptr;
prt = &x;
without assigning any value to x
but you do this all within a compiler running on a virtual machine,
do this can damage the physical machine ?
thanks in advance, Carlos.