Go Tutorial
Go Basics
Go Variables
Go Literals
Go Type Handling
Go Operators
Go Decision Making
Go Loops
Go Functions
Go String
Go Arrays
Go Slices
Go Maps
Golang Reference
Golang Programs
Golang Practice
Golang Miscellaneous
Home » Golang Programs
In Golang, a string is a sequence of variable-width characters. A string can be of length 1 (a character), but it's usually more than one character written in double-quotes.
This section contains the solved Golang string programs. Practice these Golang string programs to learn the string concepts, these programs contain the solved code, outputs, and the detailed explanation of the statements, functions used in the Golang string programs.
Comments and Discussions!
Load comments ↻