Answer Posted / Hari Keshwar Prasad
Channels in Go programming language allow concurrent communication between goroutines. They act as pipes to send or receive values. To create a channel, you use the keyword `chan`. You can send data into a channel using the `send` operator (`<-`) and receive data from a channel using the `receive` operator (`<-`).
| 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