Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
What will this C code do?
1
Name:
Anonymous
2012-01-19 8:24
void main(){
int x=1;
printf("%d\n",x=2);
}
84
Name:
Anonymous
2012-01-21 15:45
>>81
What about global variables? Unless it's changed, it used to be that uninitialized global variables would become zero. In fact, a lot of older Linux code relies on this feature.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List