Answer Posted / 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 |
Post New Answer View All Answers
What is dependency in software?
What are delegates?
What is system console writeline in c#?
Define clr in .net?
Why use a singleton instead of static methods?
What is the difference between overriding and overloading in systemverilog?
Can abstract class be instantiated c#?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
Can hashtable have duplicate keys in c#?
What is byte c#?
What is datatable in c#?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
how to sort an array in c#
What are strings in c#?