Computer Science, asked by ishveenn, 1 year ago

How r negative numbers represented in java?

Answers

Answered by SANDHYA176
0
Hope this'll help you.
Attachments:
Answered by priyaayika
3

Explanation:

java uses another approach ,which is called two's complement. negative number are representing by negating and all the bits and then adding 1. still, if the left most bit is 0, the number is positive otherwise it's negative.

Similar questions