what will be the output: main(){char ch;int a=10;printf("%d",ch);}
answer is some garbage value. like in my case -53 becaus ch is not beeen initialized. plz try n execute the programs before posting ur answers