Quiz

Go Language Basics Quiz

  1. 01.

    Which keyword declares a variable in Go?

  2. 02.

    What is the file extension for Go?

  3. 03.

    Which function is the entry point?

  4. 04.

    Which package is required for printing?

  5. 05.

    Which symbol declares a short variable?

  6. 06.

    How do you import a package?

  7. 07.

    Which keyword creates a goroutine?

  8. 08.

    Which type is used for true/false?

  9. 09.

    Which keyword exits a loop?

  10. 10.

    What does defer do?