@piyushh-O70sb6
•
Oct 26, 2024
Oct 26, 2024
1.5K
Doubt in variable declaration and definition in C
extern int a;
is it a declaration or a definition? the default value for extern type is zero so it can be treated as a "definition"...but why not for
static...