Const in Pointer
In C when we create a pointer, we can use const at two different places, one to make pointer constant so that it doesn't point to any other memory location and one to make the value in a memory location constant so that, in code we cannot change valu...
rhgoyal.hashnode.dev2 min read