What is type “bool” default value?
Answer / Aaditya Rastogi
The default value for a Go boolean (type bool) is false.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are channels and how can you use them in golang?
What is the difference between make and new?
What are the function closures?
What are goroutines?
What is workspace in go programming?
who developed go programming language?
What is slice?
What is token in go programming?
How can variable type be checked at the runtime?
What are packages in go program?
How to delete an entry from a map in go?
What are maps in go?