Its a default one... Have u tried the same code in ur C compiler
I tried it on GCC and CC on linux(suse):embarasse
Code: ------ int x,x; int main(){ int x,x; x = 10; return 0; } In this code ... if i commented out the local declaration of "int x,x;" (inside...
Separate names with a comma.