Answer Posted / 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 View All Answers
Explain About delegates
What will a loop recorder show?
Why we use anonymous methods in c#?
What is readline c#?
What is the difference between system.string and system.text.stringbuilder classes?
How does return work in c#?
What is list array in c#?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
What is the difference between writeline and write in c#?
State two different types of access modifiers.
What is difference between mutable and immutable in c#?
What is ac callback?
What are logical operators in c#?
Why dataset is used in c#?
Can abstract class be sealed in c#?