Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Go
/
Go
A nil `*ParseError` is stored in a variable of type `error`. What is true?
from Go
advanced
1 min
A nil `*ParseError` is stored in a variable of type `error`. What is true?
The interface is not equal to `nil` because it has dynamic type `*ParseError`.
The interface is equal to `nil` because its dynamic pointer value is nil.
Assigning a nil pointer to an interface is a compile-time error.
Check
Ask AI about this kata
Report an error
previous kata
A struct containing a slice is assigned to another variable. Which statement is correct?
Quiz
next kata
Name the value automatically assigned to a declared variable that has no explicit initial…
Fill in
A new version is available
Reload