int i = 1;
int j = 1;
System.Console.WriteLine(i == j);
System.Console.WriteLine(i.ToString() == j.ToString());
System.Console.WriteLine((object)i == (object)j);
Give the sample code above, what is the output to the console?

Answer Posted / pp

provide the answer please

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the benefit of interface in c#?

475


What is the difference between const and readonly in c#.net?

503


What is the difference between int and int in c#?

489


What is the difference between select and selectmany?

430


What is a view? What is the use of it?

582






What is inline function in c#?

507


What is inheritance c#?

482


What is function and method in c#?

507


Who introduced c#?

493


What is an ienumerable in c#?

537


Is post back in c#?

517


What’s a strong name?

521


Can int be null c#?

523


What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?

590


what are some characteristics of an array?

517