Skip to content

Commit

Permalink
Update 40.内存管理.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpingHussar authored Mar 16, 2022
1 parent ba32009 commit 4491a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notes/进阶/40.内存管理.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int main()
int a = 10;
int b = 20;
printf("&a = %p\n", &a); // &a = 0060FEAC
printf("&b = %p\n", &b); // &b = 0060FEA8
printf("&b = %p\n", &b); // &b = 0060FEA8,由地址高向低排

return 0;
}
Expand Down Expand Up @@ -72,4 +72,4 @@ int main()

最后,如果有任何疑问,请加微信 **leader_fengy** 拉你进学习交流群。

开源不易,码字不易,如果觉得有价值,欢迎分享支持。
开源不易,码字不易,如果觉得有价值,欢迎分享支持。

0 comments on commit 4491a87

Please sign in to comment.