What is range keyword?
Answer / Sangeeta Singh
The `range` keyword in Go programming language is used to iterate over arrays, slices, strings, maps, and channels. It returns two values: the current index and the corresponding element.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does go (golang) support type inheritance?
What is go programming language? Explain
What is go programming language?
How to check a variable type at runtime in go?
What is go routine in go? How you can stop go routine?
Explain packages in go program?
What is range keyword in go?
What a modular programming language is?
What are packages in go program?
Who is the father of go (golang)?
What is slice?
Is it recommended to use global variables in a program that implements goroutines?