Location of static pointed memory
I read that pointers passed by malloc() & calloc() get allocated memory dynamically from the heap.
char *Name="Ann";
I read that pointers passed by malloc() & calloc() get allocated memory dynamically from the heap.
char *Name="Ann";