What is the usage of continue statement in go programming language?



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

Post New Answer

More Go Programming Language Interview Questions

What is go programming language?

1 Answers  


What are methods in go?

1 Answers  


What is type casting in golang?

1 Answers  


What are the different methods in go programming language?

1 Answers  


What a modular programming language is?

1 Answers  


What are the built-in supports?

1 Answers  


Does go support generic programming?

1 Answers  


What is a modular programming language?

1 Answers  


What are the several built-in supports in go?

1 Answers  


What is go routine in go? How you can stop go routine?

1 Answers  


List some of the advantages of go language?

1 Answers  


How to delete an entry from a map in go?

1 Answers  


Categories