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);
}
128
Name:
Anonymous
2012-01-22 13:49
>>126,127
If there's no definition, it can't be allocated. If you try to use that variable, your compiler will spit out an error. Why don't you take your own advice and write some C code?
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List