Question: Please give a good explanation * * /* * TMax - return maximum two's complement integer Legal ops: ! ~ & 1 + > Max
Please give a good explanation
* * /* * TMax - return maximum two's complement integer Legal ops: ! ~ & 1 + > Max ops: 4 Rating: 1 */ int tmax (void) { return ~(1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
