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