What is type “bool” default value?



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

Post New Answer

More Go Programming Language Interview Questions

What are channels and how can you use them in golang?

1 Answers  


What is the difference between make and new?

1 Answers  


What are the function closures?

1 Answers  


What are goroutines?

1 Answers  


What is workspace in go programming?

1 Answers  


who developed go programming language?

1 Answers  


What is slice?

1 Answers  


What is token in go programming?

1 Answers  


How can variable type be checked at the runtime?

1 Answers  


What are packages in go program?

1 Answers  


How to delete an entry from a map in go?

1 Answers  


What are maps in go?

1 Answers  


Categories