PREDICT THE OUTPUT FOR THE FOLLOWING CODE
#includestdio.h
int main()
{
typedef int a;
a b = 7;
printf("%d",b);
return 0;
}

Posted on by