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.