Answer Posted / Jitendra Pal Singh
In Go, several built-in supports include Goroutines (lightweight threads managed by the Go runtime), Channels (used for communication between Goroutines), Slices (similar to arrays but can grow and shrink dynamically), Maps (key-value pairs data structure), Structs (user-defined data types), Interfaces (protocols that define a set of methods a type must implement) and Pointers (used for passing variables as arguments by reference)
| 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