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 goto statement in go programming language?



What is the usage of goto statement in go programming language?..

Answer / Munender Singh

The `goto` statement in Go is rarely used because it can make code harder to read and understand. It allows you to transfer control directly to a labeled statement elsewhere in the function. However, its use is discouraged in most cases.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Go Programming Language Interview Questions

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

1 Answers  


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

1 Answers  


What is the default value of a pointer variable in go?

1 Answers  


What is go?

1 Answers  


What is default value of a global and local variable in go?

1 Answers  


What are channels in go language and how can you use them?

1 Answers  


Who is known as the father of go programming language?

1 Answers  


List some of the advantages of go language?

1 Answers  


What is the syntax for for-loop in go?

1 Answers  


What are interfaces to go language?

1 Answers  


What is go interfaces?

1 Answers  


What are the function closures?

1 Answers  


Categories