Computer Science, asked by anjumshagil7, 11 months ago

difference between int and double

Answers

Answered by Samsriti
1

Answer:

Int represents positive or negative integers without decimal or fraction number. Double represents values in fraction or decimal

Answered by gopigaravi
0

Answer:

int is a binary representation of a whole number,double is a double -precision floating of number

int uses 4 bytes of memory

double uses 8 bytes of memory

Similar questions