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 does console readline do in c#?
What are constants in c#?
What is iqueryable?
Why delegates are type safe?
What is difference between assembly and namespace?
Is there an equivalent of exit() for quitting a c# .net application?
What is the difference between delegates and superdelegates?
What is int32 maxvalue?
How can we sort an array in c#?
What does console readline do?
Can you inherit from multiple classes in c#?
What is iqueryable and ienumerable in c#?
What is an arraylist in c#?
How long will it take to learn c#?
How can I process command-line arguments?