Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardGoempty interface eface layoutSingle-choice MCQ

Predict the output and the reason behind it.

func main() { var p *int = nil var i any = p println(i == nil) }