2022-07-04:以下go语言代码输出什么?A:true;B:false;C:编译错误。 package

2022-07-04:以下go语言代码输出什么?A:true;B:false;C:编译错误。

package main

import "fmt"

func main() {
    fmt.Println(func() {} == func() {})
}

答案2022-07-04:

答案选C。Slice, map, and function values are not comparable. However, as a special case, a slice, map, or function value may be compared to the predeclared identifier nil.

在这里插入图片描述

本作品采用《CC 协议》,转载必须注明作者和本文链接
微信公众号:福大大架构师每日一题。最新面试题,涉及golang,rust,mysql,redis,云原生,算法,分布式,网络,操作系统。
讨论数量: 1

函数不能比较吧我记得

1年前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!
未填写
文章
470
粉丝
21
喜欢
37
收藏
22
排名:457
访问:1.9 万
私信
所有博文
社区赞助商