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 are the namespace level elements?

581


What is entity framework c#?

541


What are strong name assemblies?

642


What is object pool in .net?

608


What is delegates in c# and uses of delegates?

548






Difference between value and reference type.

599


How long has c# been around?

637


What Is The Difference Between The System.array.copyto() And System.array.clone()?

620


Is for loop faster than foreach?

614


What are the properties of a string class?

590


What are access modifiers in c#?

625


Why do we need indexer in c#?

654


What is the use of ienumerable in c#?

637


Is datetime nullable c#?

580


What is the task perform by clr?

657