Knowledge check

Completed

Answer these questions to demonstrate what you've learned:

Check your knowledge

1.

How do you declare and initialize a variable?

2.

What happens when you declare a variable but don't use it?

3.

How do data conversion types work in Go?

4.

Why would you use pointers in Go?

5.

How do you differentiate between a package and a standalone application?