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
Where value types are stored in c#?
What is the difference between const and readonly in c#.net?
What is assembly manifest?
What are generics in c#.net?
Can we extend static class in c#?
What is system predicate?
What are the different types of delegation?
What is dto c#?
What is xamarin used for?
Why do we need abstraction in c#?
How big is int16?
What standard types does c# use?
Why singleton pattern is used in c#?
why delegate is type safe?
What is the difference between abstraction and encapsulation in c#?