Since 5/6/2012 8:24:37 PM, himadrisj has written 1 articles and participated in 0 conversations. himadrisj signature: himadrisj
himadrisj's articles:
Items(1) /1
Why this code is compiling?545 (12/4/2006 1:48:51 PM) comp.lang.c Hi Everybody, Please have a look at the code snippet below ---- #include int a; int a; int main() { printf(" a = %d\n", a); return 0; } At first I thought as "a" is defined twice, so it should ... himadri