Pointers passs by reference

sir why we cannot do *aptr++ instead of *aptr=*aptr+1 in pass by reference function

hello @piyushshubham1
you can do that as well.
do it like (*aptr)++