QI. Find the output of the code given below. Trace the output of the code. Marks will be deducted if steps of execution
Posted: Mon May 02, 2022 12:00 pm
QI. Find the output of the code given below. Trace the output of the code. Marks will be deducted if steps of execution is not explained, or output is not traced. [22 - 4 Marks) a) if ((-10&00)|(20134&900)) fprintf("%s", "True") else fprintf(%s", "False"); end Answer: