What is the output of the given code?
int main()
{
printf("%d\\n",pow(128>>3>>2>>1,3));
}
Reveal answer
Fill a bubble to check yourself
What is the output of the given code?
int main()
{
printf("%d\\n",pow(128>>3>>2>>1,3));
}