Answer Posted / mohit
as operator use for casting
where is operator is use for comparision.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What are indexers in c# .net?
List the different stages of a thread?
Explain how many types of exception handlers are there in .net?
What is the difference between package and interface?
Can we override static class in c#?
How many types of constructors are available in c#?
What is this keyword in C#?
List down the fundamental oop concepts?
How do I develop c# apps?
What is the process of delegation?
How do you sort a list in c#?
Why are c# strings immutable?
Tell me the difference between value passing and address passing?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
How to add a readonly property in c#.net