what is the difference between int and Int32?
Answer Posted / vijay
Basically int is the short form of Int32.
The important difference is
"int" is a C# language keyword that implies nothing about
the underlying structure of the data where as "Int32" is a
CLR class named explicitly to indicate a 32-bit structure.
| Is This Answer Correct ? | 43 Yes | 10 No |
Post New Answer View All Answers
What is a dictionary in c#?
How do you determine whether a string represents a numeric value?
What is windows form in c#?
How does dictionary work in c#?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
What is reference types in c#?
Differentiate between method overriding from method overloading with its functionality?
Is c# difficult to learn?
What are the advantages of using assemble language programming?
What is jagged array?
Explain async and await?
What is sealed class in c#?
What is overloading in c#?
What is the difference between ienumerable and iqueryable?
Explain how do I get deterministic finalization in c#?