int i,string s, String s1 Which is valuetype which is
refrence type.
Answer Posted / bala
String s1
Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
In a memory when you Box and Unbox a value-type what happens?
What is the namespace for datatable in c#?
What is typeof undefined?
Can we change static value in c#?
What is deadly diamond problem?
Is python easier than c#?
What does void mean in c#?
What is a derived class in c#?
Can constructor be protected?
What is writeline in c#?
Can a constructor be private in c#?
What is use of console?
What is a dynamic assembly?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
What is an interface class? Give one example of it