Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

What will this C code do?

Name: Anonymous 2012-01-19 8:24

void main(){
int x=1;
printf("%d\n",x=2);
}

Name: Anonymous 2012-01-22 16:26

>>168
A variable at block scope with the storage-class specifier static doesn't have internal linkage. That's why it was emphasized, sorry, although it would have been better to say "an object whose identifier is declared with external or with the storage-class specifier static..."

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List