Computer Science, asked by kuldeep222, 11 months ago

state the size of int, long, double and char data type in bits and bytes? ​

Answers

Answered by ashwin456ojha
3

Explanation:

Data Type Maximum Value          Minimum Value

char                  65,535                                             0

long       9223372036854775807      -9223372036854775808

int         2,147,483,647                            - 2,147,483,648

double   1.7976931348623157E308               4.9E-324

Similar questions