3 Points 5. Complete the code to compute the 2's complement int64 complement 64 (int64 ) { int64 result; result.hp = 0;
Posted: Fri Apr 29, 2022 7:04 am
3 Points 5. Complete the code to compute the 2's complement int64 complement 64 (int64 ) { int64 result; result.hp = 0; result.lp = 0; result.hp - XXX1; result. lp - XXX2: int64 one: one.hp - XXX3 : one. lp - XXX4; result - add64 (result, one): return result: ) 2 Points 6. Run the program and write down the the result with following input: