Skip to content

Commit b372e5b

Browse files
authored
Update 2023adding.md
1 parent 201395d commit b372e5b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

2023adding.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
本类文档用于整理收集全网优秀的技术文章,开源项目,经典论文,面试题,行业分享等资料,整理成册,免费分享给相关技术的开发人员
2-
涉及到技术点c/c++历年【字节、百度、京东、腾讯、阿里等一线互联网大厂】(校招、社招)面试题及答案
3-
文章素材来源于微信公众号/知乎/csdn/头条/掘金/51cto/博客园等技术网站的优秀文章,版权属于原创作者(文章标注以及原文链接)
4-
如有侵权,联系[email protected] 或留下的qq群联系,第一时间删除。由衷感谢各位优秀文章的作者,在互联网分享自己思想
51

62
# C/C++ 常见1000道面试题
73

@@ -14250,4 +14246,4 @@ const int *p1 = &a; //“*”代表指针,因此按顺序读取为:常量指
1425014246
int *const p2 = &a; //指针常量
1425114247
```
1425214248

14253-
原文地址:http://www.k6k4.com/bbs/show/bbsnqn4141586096495700
14249+
原文地址:http://www.k6k4.com/bbs/show/bbsnqn4141586096495700

0 commit comments

Comments
 (0)