what is the difference between int and Int32?
Answer Posted / srinivas.r
int is a value datatype.
Whereas INT32 is a wrapper class.
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
Explain data types in c#?
What is a console in c#?
What does namespace mean?
What is throw in c#?
What is an assembly in dotnet?
what is IDisposal interface,IComparable,IEquatable,IFormatable
What is the use of nullable types in c#?
What does convert toint32 mean?
Why is xml called extensible?
What is reflection in c#?
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
What are custom exceptions in C#?
What is Implicit conversion in C#?
Is c# lazy thread safe?
What is difference between out and ref in c#?