Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Can your C compiler do this:
1
Name:
Anonymous
2010-05-15 15:06
int main()
{
int *p;
p = 0;
*p = 0;
return 0;
}
?
11
Name:
Anonymous
2010-05-15 16:40
>>4
That's nonsense. Most architectures guarantee that you
can't
access 0 specifically to give you a value for
nurupo
.
There are exceptions, but not many.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List