Answer Posted / Raksha Gupta
The 'for' loop syntax in Go programming language is as follows: 'for init; condition; post { ... }'. The 'init' section is optional and used to initialize loop variables, the 'condition' checks whether to continue the loop, and the 'post' section is executed after each iteration.
| 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