int i,string s, String s1 Which is valuetype which is
refrence type.
Answer Posted / geetanjali
int i is value type
strings,s1 are refrence type
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are the delegates in c#?
Why are mutable structs evil?
What floating point types is supported in C#?
What is data binding with example?
What is the use of console?
Is c# easier than c++?
What is class in oops with example in c#?
What is verbatim literal in c#?
Explain the difference between object type and dynamic type variables in c#?
What is the data encapsulation?
How can you set image source dynamically from c# application to ”test.png” file?
What is difference between dictionary and hashtable in c#?
What is difference between the "throw" and "throw ex" in .net?
What is polymorphism in c sharp?
What is the purpose of a namespace?