Answer Posted / vasanth
Converting reference type to value type.
Example
Object x;
int y;
y=(int)x;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between string and stringbuilder in c#?
Where is the main method in c#?
When do you generally use a class over a struct?
What is ienumerable t in c#?
What is class in oops with example in c#?
What are predicates in c#?
How do you prevent a class from being inherited?
Define a strong name in .net?
Why is it called c sharp?
What does using do in c#?
Can we overload the main method in c#?
What is append in c#?
What is difference between write and writeline in c#?
Explain what is copy constructor?
List the 5 different access modifiers in c#?