Automatic variables are destroyed after function ends because A. Stored in swap B. Stored in stack and popped out after function returns C. Stored in data area D. Stored in disk

Showing Answers 1 - 5 of 5 Answers

V Shashi Bhushan

  • Aug 20th, 2005
 

Answer is : B 
 
Auto variables are Stored in Stack and poped out after the function returns

  Was this answer useful?  Yes

rakesh

  • Aug 5th, 2006
 

automatic variables (i.e local variables) are stored in stack area for a C pgm.

so the ans is B.

  Was this answer useful?  Yes

Sagar Sonawane

  • May 30th, 2016
 

B. Stored in stack and popped out after function returns

  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