How can i move a pointer from the present location to specified location which is current location PLUS some index. 0 ptr ------->| | | 1024 | . | . | 64K | In this ptr is allocated with 64K of memory, Now i need a pointer to location 1024 . How do we get it ?
Forum Rules