I might be a something basic or whatever I am not able to still figure out what will happen
for eg
if I write
char temp[3]="";
or
char temp[3]={0};
or
char temp[3]={};
or
char temp;
What will be the initialization In all four cases.
And if 0 is stored is it stored as ascii value?
And if NULL then also is the ascii value stored.
If some elements are not declared do which value they have
garbage value or something specified