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 types in c#?
How long does it take to learn c# programming?
Explain publishers and subscribers in events.
Explain what is an interface in c#?
Explain the role of Garbage collector and its generations?
Explain use of abstract and sealed classes in c#?
Write a program to find the angle between the hours and minutes in a clock
What does == mean in c sharp?
Explain how to implement an object pool in c#.net
Explain the difference between abstract class and interface.
Name which controls do not have events?
What is session and cookies in c#?
What is difference between array and arraylist c#?
What are the types of comments in c#?
What are the two uses of a ‘using’ statement in c#?