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
Explain the accessibility modifier protected internal?
Is an array an object c#?
Can we assign null value to integer?
What is tryparse?
Is int an object in c#?
How can I get the ascii code for a character in c#?
What is the difference between an application domain and a process?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.
How do I unload an application domain?
Explain About disco and uddi
Can you store different types in an array in c#?
What are the namespace level elements?
Explain the difference between and xml documentation tag?
How do you read an Excel sheet in C#?
What is a value type in c#?