Junior
How many bytes does an empty string occupy?
sobes.tech AI
Answer from AI
0 bytes. An empty string in Go is represented by a nil byte slice, which contains no actual data.
sobes.tech AI
Answer from AI
0 bytes. An empty string in Go is represented by a nil byte slice, which contains no actual data.