Data type-doubt

instead of using long long int can’t we use double? as it also allocates 8byte of memory.

hello @sakshi.saxena
long long is used when we want to store a very big integer
double is used to store floating points numbers with high precision