I wanted to know if there are any side effects under any circumstances.
For ex:
Ex1: void* func1() { void* p_ref = NULL;
So, in the above two cases, what is the difference, besides the fact that var1 is a function area and var2 is a file area.
Thanks in advance.
source share