What is the usage of continue statement in go programming language?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category