What is the usage of continue statement in go programming language?
Answer / Rahul Chakraborty
The `continue` statement in Go causes the current iteration of a loop to end and immediately start the next iteration. It can be used with for, for-range, or switch loops.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is go programming language?
What are methods in go?
What is type casting in golang?
What are the different methods in go programming language?
What a modular programming language is?
What are the built-in supports?
Does go support generic programming?
What is a modular programming language?
What are the several built-in supports in go?
What is go routine in go? How you can stop go routine?
List some of the advantages of go language?
How to delete an entry from a map in go?