Question: QUESTION 8 The following function has a bug and doesn't work as expected. What is the issue with this function and how will you fix

QUESTION 8 The following function has a bug and doesn't work as expected. What is the issue with this function and how will you fix it? /lfx is greater than y, this function should return 1. 1/Else, this function returns 0. intis_greater(unsignedintx,unsignedinty) if(x-y>0) return 1; else return 0; } For the tool
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
