Predict the output and the reason behind it.func main() { var p *int = nil var i any = p println(i == nil) }