void func(){ double d; static int si; int i; }; where will be memory allocated for the variables?
Reveal answer
Fill a bubble to check yourself
void func(){ double d; static int si; int i; }; where will be memory allocated for the variables?