The _______ data type in Go is used to represent a sequence of bytes.

  • array
  • bytes.Buffer
  • slice
  • string
In Go, the _______ data type is represented by the string type. A string is a sequence of bytes, commonly used for representing text data. It is immutable and UTF-8 encoded, allowing for efficient handling of text in various languages.
Add your answer
Loading...

Leave a comment

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