Total Questions : 10
Expected Time : 10 Minutes

1. How does Go handle error handling compared to other languages?

2. Which data type is used for representing true or false values in Go?

3. What is the purpose of the 'sync' package in Go?

4. Which keyword is used to declare a variable in Go?

5. What is the purpose of the 'range' keyword in Go?

6. How do you handle panic and recover in Go?

7. Which package is commonly used for reading user input in Go?

8. What is the default value of an uninitialized integer variable in Go?

9. How do you create a comment in Go?

10. In Go, what is the difference between slices and arrays?