#includestdio.h
int main ()
{
int a;
printf("%d\n",a);
return 0;
}
int a=10;
Output of the program will be

Posted on by