我想知道它们之间的区别
const int* ptr;
和
int * const ptr;
以及它是如何工作的.
我很难理解或记住这一点.请帮忙.
c pointers const
c ×1
const ×1
pointers ×1