The size of the '_______' data type in Go on a 64-bit system is 8 bytes.

  • float64
  • int64
  • string
  • uint64
The float64 data type in Go occupies 8 bytes on a 64-bit system. It's used to represent decimal numbers with double-precision floating-point precision, making it suitable for a wide range of numerical values.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *