What is the output of the given program?
int main()
{
printf(%d,128<<4<<3<<2>>6);
// Line 1
}
Reveal answer
Fill a bubble to check yourself
What is the output of the given program?
int main()
{
printf(%d,128<<4<<3<<2>>6);
// Line 1
}