What will be the output of this code
    #include stdio.h
int main()
{
short int i;
scanf("%h*d", &i);
printf("%hd", i);
return 0;
}

Posted on by