What is the output of the given code?
int main()
{
int i=2;
int j=3;
int k=127;
printf("%h",++k>>++j<
Reveal answer
Fill a bubble to check yourself
What is the output of the given code?
int main()
{
int i=2;
int j=3;
int k=127;
printf("%h",++k>>++j<