Click here to Skip to main content
15,920,438 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi
I have one basic query question.

If make any function or declare any variable in it,Though how compiler
know this function or variable?

Please give me some depth knowledge or share me any document related with same.

Thanks
Posted
Updated 16-Dec-10 17:02pm
v2
Comments
Abdul Quader Mamun 16-Dec-10 23:03pm    
Edited for better reading.

1 solution

Read about the concept of Stack and queue in terms of memory reference. Whenever you create a variable design time it gets pushed in memory Stack. The variable that you create at runtime gets pushed in queue.

I will suggest you to read Microsoft Press MCTS Self Paced Training Kit Exam 70-536.pdf book. It has the complete theory you are prowling for.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900