int i,string s, String s1 Which is valuetype which is
refrence type.
Answer Posted / spvarma
int i as valuetype
string s,string s1 are reference types....
| Is This Answer Correct ? | 36 Yes | 4 No |
Post New Answer View All Answers
Distinguish between system.string and system.text.stringbuilder classes?
Why main method is static in c#?
What does f mean in c#?
Can dictionary have duplicate keys c#?
Is there an equivalent to the instanceof operator in visual j++?
What is iqueryable and ienumerable in c#?
What do you understand by 'access specifiers' in C#?
What is generic delegate in c#?
What are partial types in c#?
Are all methods virtual in c#?
What are the advantages of properties in c#?
What is parse method in c#?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
Why do we use methods in c#?
What is the use of nullable types in c#?