Answer Posted / kishore
Value types are the variables that directly contain the
vaiue and are stored in stack memry.
Example: int, char, float...
Reference types does not contain the value directly but has
the address of the value i.e reference address..
Reference types are stored in Heap memory.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
What are variables in c#?
what is the difference between .dll and .exe
Structs are largely redundant in c++. Why does c# have them?
What is string [] args in c#?
What is eager and lazy loading in c#?
How does array sort work?
What is the use of console?
Why is .net so popular?
Name some properties of array.
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What is array formula?
Why to use “finally” block in c#?
Is c# front end or back end?
What is use of singleton class in c#?