What is the output of the given code?
int main()
{
int i=2;
int j=3;
int k=127;
printf(%hx,++k>>++j<
Computer Knowledge
Programming output evaluation tests the ability to trace code execution in languages like C, Java, and SAS. It focuses on arrays, loops, pointers, and data type conversions. These technical questions are standard in computer knowledge sections for IT officer and bank exams.
What is the output of the given code?
int main()
{
int i=2;
int j=3;
int k=127;
printf(%hx,++k>>++j<