Learning & getting upto speed with the concepts of C Programming. I recently read about storage classes and I have a question in my mind.



#‎include<stdio.h>
int fun()
{
static int num = 16;...