#includestdio.h
int main()
{
static char a;
static long b;
int c;
printf("%d,%d,%d",a,b,c);
return 0;
}
Predict the output

Posted on by