In C Language , when we declare the variable as int , it will assign the space in memory and store garbage value. until, we give the input..
Similar way , what the char will store as default value ..
When I use debug feature in Code Blocks. It will assign something like 0'\000' . Is there any meaning for this representation.
Thanks in advance