Pointer arithmetic in C programming
Sometimes we need to perform arithmetic operations on pointers. But before using arithmetic operators with pointers we need to understand that we can not use each arithmetic operators with pointers. Pointer arithmetic is slightly different from arithmetic we normally use in our daily life. We also need to remember that we cannot use the […]
Pointer arithmetic in C programming Read More »