I want to apply << shifting operator on character pointer and want to increase value of this at some position.
For example: char *p;
In *p, i want to apply left shifting on some specific position *(p+i) << 1 and ++ increment operator on specific position like *(p+i)++
I’m not really sure I understand what you want to do, but if you want to do:
You can rewrite them as: