Computer Science, asked by kumarkth18, 4 months ago

difference between int and double data type​

Answers

Answered by bantangirl136
1

Answer:

The difference between int and double is that int is used to store 32 bit two's complement integer while double is used to store 64 bit double precision floating point value. ... The int and double are two main primitive data types

Explanation:

Int allocates 4 bytes for data whereas double allocates 8 bytes for data.

Similar questions