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
Why do we use namespace in c#?
Explain about Error handling and how this is done
Explain the difference between directcast and ctype.
What are c# i/o classes?
What are custom attributes in c#?
Can a class or a struct have multiple constructors?
Can a constructor be private in c#?
explain the three services model commonly know as a three-tier application.
What is a console operator?
From which base class do all Web Forms inherit from?
Can scriptable objects have methods?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
What is using directive in c#?
I want to print "Hello" even before main() is executed. How will you achieve that?