int i,string s, String s1 Which is valuetype which is
refrence type.

Answers were Sorted based on User's Feedback



int i,string s, String s1 Which is valuetype which is refrence type...

Answer / spvarma

int i as valuetype
string s,string s1 are reference types....

Is This Answer Correct ?    36 Yes 4 No

int i,string s, String s1 Which is valuetype which is refrence type...

Answer / geetanjali

int i is value type
strings,s1 are refrence type

Is This Answer Correct ?    7 Yes 1 No

int i,string s, String s1 Which is valuetype which is refrence type...

Answer / pradeep nfg

Int i => Value type
String S, S1 => Reference type

Is This Answer Correct ?    4 Yes 0 No

int i,string s, String s1 Which is valuetype which is refrence type...

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

int i,string s, String s1 Which is valuetype which is refrence type...

Answer / bala

String s1

Is This Answer Correct ?    4 Yes 6 No

int i,string s, String s1 Which is valuetype which is refrence type...

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

Post New Answer

More C Sharp Interview Questions

When should you use generics?

0 Answers  


what is the difference between convert.tostring() and tostring() functions ?

0 Answers   QuestPond,


Is string mutable in c#?

0 Answers  


What is meant by desktop application?

0 Answers  


What language is arduino?

0 Answers  


Why is it not a good idea to use empty destructors?

0 Answers  


if i want to transmit binary data,,,will it be support by Webservices or any exceptions ? define

2 Answers  


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

1 Answers  


What is an ienumerable in c#?

0 Answers  


Hi all,I am the beginner. Please tell use of finally block.

6 Answers   IBM,


Expalin the way you implement inheritance by using VB.NET/C#?

0 Answers   Siebel,


Is c# scripting language?

0 Answers  


Categories