int i,string s, String s1 Which is valuetype which is
refrence type.
Answer Posted / ashish p
Int i => Value type ==>Stack allocation in memory
String S, S1 => Reference type==>heap allocation in memory
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
Define acid rule of thumb for transactions in c#.
Name the connections does microsoft sql server support?
What is a ienumerator?
I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.
what is c# command?
What is attribute c#?
What are class fields?
What are the 2 broad classifications of data types available in c#?
What does do in c#?
What is the base class for array types?
Is a decimal an integer?
Is 0 an unsigned integer?
What is a multicast delegate in c#?