how to write an address (pointer) in a text file that can be read and dereferenced in C
- by hatorade
I would like to write an address in a text file, which can be read by fscanf and dereferenced by C after reading the pointer. How do I write the address in the file?