215) Consider the program
main( )
{
int y = 1;
printf ("%d", (*(char *)&x)) :
}
If the machine in which this program is executed is little-endian (meaning, the lower signifi-cant digits occupy lower addresses), then the output will he
Answer is: