How two pointer are been compared in C
When comparing two pointers, the comparison is based on the memory addresses they are pointing to.
I found about this when studying alias, so I will use alias example
when two pointers point to the string in a memory address, the pointer farther in t...
snowcodes.hashnode.dev1 min read