Q59 Where local variable and pointer variable gets memory.

Local variable gets memory in stack and dynamically allocated memory for pointer variable gets space in heap.

Explain memory mapping.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.