int main()
{
int G;
G = 10;
printf("%d", G);
return 0;
}
What is the storage class of variable 'G'?

Posted on by