C Program For Storage Classes
Get Certified in C Programming and Take Your Skills to the Next Level
Program 1
// Program to show Storage classes
#include<stdio.h>
#include<conio.h>
void main()
{
extern int a;
printf("%d",a); //0
}
Your 15 seconds will encourage us to work even harder
Please share your happy experience on Google

