Computer Science, asked by arkajyotikunti20, 6 months ago

what is the minimum size in bits for int? what is the range of values that int data type can represent ?please don't spam!!​

Answers

Answered by santusau850
3

Answer:

please explain your question briefly

Answered by varunt683
6

Answer:

int: By default, the int data type is a 32-bit signed two's complement integer, which has a minimum value of -231 and a maximum value of 231-1.

Similar questions