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
What is an escape sequence? Name some string escape sequences in c#.
What are the benefits of using windows services:
How can I get the ascii code for a character in c#?
What is the difference between ref and out in c#?
When can a derived class override a base class member?
What are Types of assemblies that can be created in dotnet
What do you understand by the terms datareader object and dataset object?
Is static thread safe?
What are the properties of string?
Can you inherit from multiple classes in c#?
Can abstract class be sealed in c#?
What are the classes contained in a single .NET DLL ?
What's new in c#?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
Why do we need encapsulation in c#?