I am new to C++ and just started learning pointers. If I write the code -
const int n = 4; int m = 4; const int *p = &n;
I un