What is the scope of the memory allocated by either of Malloc or Realloc?
I mean if in a function i allocate some memory using Malloc/Realloc, can I use the same memory location using a pointer from some other fucntion?
In specific, there is CHAR pointer defined in function A. I call function...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.