Value types represent simple data storage located on

A) Stack
B) Heap
C) Managed Heap

Showing Answers 1 - 3 of 3 Answers

rishi

  • Jan 2nd, 2006
 

on Stack

  Was this answer useful?  Yes

aparna

  • Mar 24th, 2006
 

 A) Stack

simply

val type uses stack to store the data

wheras ref type uses heap to store the data

  Was this answer useful?  Yes

harshaa

  • Aug 7th, 2006
 

value type can store in stack whereas reference typr store on heap memory

  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