Skip to main content

Go

Go development questions

  1. 1.What is Go and what are its main advantages
  2. 2.What problems exist in Go?
  3. 3.What built-in data types are available in Go?
  4. 4.What is a zero value? What zero values do the basic types have?
  5. 5.What’s the difference between int, int32, and int64?
  6. 6.How does a rune differ from a byte?
  7. 7.What is a string in Go? Is it mutable?
  8. 8.How does type conversion work in Go? Why is there no implicit conversion?