Is it nearly possible for one to assign a memory address to a char* and if so, then how? Assuming we have an existing address .. just like that:
char *string_received = (char*)0x30123f00; Resulting in an allocated string, obtained directly from memory.
0x30123f00btw ;)