二叉树代码bug
$ clang -Wall bintree.cbintree.c:28:3: warning: equality comparison result unused *T==NULL;~~^~~~~~bintree.c:28:3: note: use \u0026#39;=\u0026#39; to turn this equality comparison into an assignment*T==NULL; ^~ =bintree.c:41:13: warning: format specifies type \u0026#39;int\u0026#39; but the argument has type \u0026#39;BiTree\u0026#39; (aka \u0026#39;struct BiTNode *\u0026#39;) printf("%c",T); ~~ ^2 warnings generated.
推荐阅读
- 怎样对别人的代码进行适当修改使他永远也找不到问题出在哪
- 滴滴流量bug10分钟跑了我2.6G流量!
- 异乡好居说程序员删除代码是未经证实的传言吗
- 这段代码中对 vector 的访问为啥不会越界
- C语言指数函数代码
- 学计算机就是当码农吗
- 你的技术生涯当中,有遇到过哪些BUG、故障,过了很多年,至今还没有找到原因的
- 实习程序员第一个月除了看别人的代码还能干啥
- 代码背后有哪些温柔和浪漫的故事
- 请问这段代码是啥意思,从一个仿造网站上下载的软件里面的,对电脑有危害吗