Where does global, static, local, register variables, free memory and C Program instructions get stored?

Showing Answers 1 - 2 of 2 Answers

Nisar

  • Oct 27th, 2005
 

local variables are stored in stack.

register variable in registers

global and static in data segment

in heap the memory created dynamically are stored

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions