int i,string s, String s1 Which is valuetype which is
refrence type.
Answers were Sorted based on User's Feedback
Answer / spvarma
int i as valuetype
string s,string s1 are reference types....
Is This Answer Correct ? | 36 Yes | 4 No |
Answer / geetanjali
int i is value type
strings,s1 are refrence type
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / pradeep nfg
Int i => Value type
String S, S1 => Reference type
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Answer / mahesh
int i :- Value type it allocate on stach memory
string s, String s1 :- refference type it allocate on heap
memory
Is This Answer Correct ? | 0 Yes | 2 No |
When should you use generics?
what is the difference between convert.tostring() and tostring() functions ?
Is string mutable in c#?
What is meant by desktop application?
What language is arduino?
Why is it not a good idea to use empty destructors?
if i want to transmit binary data,,,will it be support by Webservices or any exceptions ? define
Write an expression which satisfies the following statements: (i) Creates an object of type q (ii) If m is null, returns n, otherwise returns m (iii) If x and y are string types, it concatenates x and y
What is an ienumerable in c#?
Hi all,I am the beginner. Please tell use of finally block.
Expalin the way you implement inheritance by using VB.NET/C#?
Is c# scripting language?