Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 are methods in go?

1 Answers  


What is function closures in go pragramming?

1 Answers  


Why does my go process use a lot of virtual memory?

1 Answers  


How would you print type of variable in go?

1 Answers  


What are goroutines?

1 Answers  


How will you access command line arguments in a go program?

1 Answers  


How many ways we can pass parameters to a function in go programming?

1 Answers  


What is cgo golang?

1 Answers  


What is the default value of type bool in go programming?

1 Answers  


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

1 Answers  


Does golang support operator overloading?

1 Answers  


How can an entry be deleted from a map?

1 Answers  


Categories