Pointer Decay
Issue ⚠
As array variables are slightly different from pointer variables, we need to be careful when we assign arrays to pointers. If we assign an array to a pointer variable, then the pointer will only contain address of array and the size is lost d...
rhgoyal.hashnode.dev1 min read