Guess the output
#includestdio.h
int main()
{
int a;
a=5.15;
printf("%d",a);
return 0;
}

Posted on by