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 is the keyword void used?
What is the CTS, and how does it relate to the CLS?
What is parsing? How to parse a date time string?
What is difference between list and ilist in c#?
Is c# and c same?
What is a value type in c#?
What does return do in for loop?
What is oledb in c#?
What is data adapter in c#?
Is string a primitive data type in c#?
What is .edmx file?
What is the interface in c#?
What is a linked list c#?
Can properties be overloaded in c#?
Can we override constructor in c#?