What is the output of the given code?
int main()
{
int i = 128<<4<<3<<2>>6;
switch(i) { default : printf(Bye); case 65536 :
printf(\\\\nHello); case 32 :
printf(\\\\nGood Bye); case 8/2 :
printf(\\\\nSee U Later);//Line 1
}
}
Reveal answer
Fill a bubble to check yourself