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
What are the namespace level elements?
What is entity framework c#?
What are strong name assemblies?
What is object pool in .net?
What is delegates in c# and uses of delegates?
Difference between value and reference type.
How long has c# been around?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
Is for loop faster than foreach?
What are the properties of a string class?
What are access modifiers in c#?
Why do we need indexer in c#?
What is the use of ienumerable in c#?
Is datetime nullable c#?
What is the task perform by clr?