Answers for "difference between int 32 and int 64"

0

difference between int32 and int64

Their values range
 Int16 -- (-32,768 to +32,767)

 Int32 -- (-2,147,483,648 to +2,147,483,647)

 Int64 -- (-9,223,372,036,854,775,808 to +9,223,372,036,854,775,807)
Posted by: Guest on March-10-2021
2

what is the difference between 32 bit and 64 bit

Windows 10 64-bit is recommended if you have 4 GB or more RAM.
Windows 10 64-bit supports up to 2 TB of RAM, while Windows 10 32-bit can utilize up to 3.2 GB.
The memory address space for 64-bit Windows is much larger, which means, you need twice as much memory than 32-bit Windows to accomplish some of the same tasks.
Posted by: Guest on September-27-2020

Code answers related to "difference between int 32 and int 64"

Browse Popular Code Answers by Language