base on my words or explanations.memories are stored through our senses and it goes down in a part of a brain called Hippocampus which is the storage of our everyday memories located in the medial...
Try this: #include <stdio.h> int main (void) { printf ("printf is at location %p\n", (void *)printf); printf ("main is at location %p\n", (void *)main); return 0; }