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
}
You give me 15 seconds I promise you best tutorials
Please share your happy experience on Google

