Answer Posted / Purnima Tiwari
To write multiple strings in Go, you can use slices or arrays. Here's an example of a slice: `strings := []string{"Hello", "World"}`. Alternatively, you can join multiple strings with the `+` operator: `message := "Hello" + " World"`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category