Initial commit
This commit is contained in:
23
06-variables/02-declarations/questions/04-zero-values.md
Normal file
23
06-variables/02-declarations/questions/04-zero-values.md
Normal file
@@ -0,0 +1,23 @@
|
||||
## Which type's zero value is 0?
|
||||
- bool
|
||||
- pointer
|
||||
- string
|
||||
- all numeric types *CORRECT*
|
||||
|
||||
## Which type's zero value is false?
|
||||
- bool *CORRECT*
|
||||
- pointer
|
||||
- string
|
||||
- all numeric types
|
||||
|
||||
## Which type's zero value is ""?
|
||||
- bool
|
||||
- pointer
|
||||
- string *CORRECT*
|
||||
- all numeric types
|
||||
|
||||
## Which type's zero value is nil?
|
||||
- bool
|
||||
- pointer *CORRECT*
|
||||
- string
|
||||
- all numeric types
|
Reference in New Issue
Block a user