Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is stack and heap?

Answers were Sorted based on User's Feedback



What is stack and heap?..

Answer / sharif

Stack memory is maintain the value types
heap meamory is maintain the reference type

Is This Answer Correct ?    21 Yes 0 No

What is stack and heap?..

Answer / jaikumar.c

Stack is memory to store objects in Ram memory.
Heap is kernal alloted memory to store objects

Is This Answer Correct ?    13 Yes 7 No

What is stack and heap?..

Answer / maria

I think stack is a memory that is used to store actual
values of an object whereas Heap is a memory that is used
to store references of the objects. Iam student of IUB
bahawalnagar campus. I hope you will give opinion on it.

Is This Answer Correct ?    4 Yes 1 No

What is stack and heap?..

Answer / pushparaj pentakota(anakapalli

stack can store value type and reference type also but at compile time only but heap can store objects at run-time.stack can't store objects bcz stack at run-time can't increse their memory size it's fixed length.objects need extra memory sometimes so objects allocate memory in heap context.

Is This Answer Correct ?    2 Yes 0 No

What is stack and heap?..

Answer / maria

I think Stack is memory location that is for storing real
object values wheres Heap is used to store just reference
of objects. I am student of IUB bahawalnagar campus. Are
you agree with my
thought.
Thanks

Is This Answer Correct ?    2 Yes 1 No

What is stack and heap?..

Answer / kannan.s

When a program is loaded into memory, it is organized into
three areas of memory, called segments: the text segment,
stack segment, and heap segment. The text segment
(sometimes also called the code segment) is where the
compiled code of the program itself resides. This is the
machine language representation of the program steps to be
carried out, including all functions making up the program,
both user defined and system.

The remaining two areas of system memory is where storage
may be allocated by the compiler for data storage. The
stack is where memory is allocated for automatic variables
within functions. A stack is a Last In First Out (LIFO)
storage device where new storage is allocated and
deallocated at only one ``end'', called the Top of the
stack.

Is This Answer Correct ?    5 Yes 5 No

What is stack and heap?..

Answer / vijay rana

stack is used for store value types;
heap is used for store reference type values;

Is This Answer Correct ?    9 Yes 9 No

Post New Answer

More C Sharp Interview Questions

What are delegates?

0 Answers   TCS,


What kind of the information stored inside the assembly?

0 Answers   CitiusTech,


When should I throw an exception?

0 Answers  


what is inheritance and an example in vb.net and c# of when you might use it?

0 Answers  


What is xamarin used for?

0 Answers  


how to calculate multiple pdf files page count?

0 Answers  


What are the steps to make an assembly to public?

0 Answers  


What is the data encapsulation?

0 Answers  


How can you set image source dynamically from c# application to ”test.png” file?

0 Answers  


What is a strong name in c#?

0 Answers  


What is xaml file in c#?

0 Answers  


What is static variable in c#?

0 Answers  


Categories