Computer Science, asked by bhavindaga2, 6 hours ago

What is the memory configuration of int and

double datatypes.​

Answers

Answered by ashwinibadgujar7382
1

Answer:

Ulong A ulong is an unsigned integer that is stored in 8 bytes of memory. Float A float is used to represent floating-point numbers; 4 bytes are allocated in memory for each integer. Double The double data type represents large floating-point numbers; 8 bytes of memory are used to store a double-type variable .

Answered by vasavi2111
1

A ulong is an unsigned integer that is stored in 8 bytes of memory. Float A float is used to represent floating-point numbers; 4 bytes are allocated in memory for each integer. Double The double data type represents large floating-point numbers; 8 bytes of memory are used to store a double-type variable .

Explanation:

Similar questions