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


Please Help Members By Posting Answers For Below Questions

What is an actual parameter?

497


How to declare a property in a class?

552


How do I run a cshtml file?

499


Write down the c# syntax to catch an exception

527


What is difference between const and static in c#?

498






What are namespaces, and how they are used?

571


How we convert private assembly into public assembly?

524


What is meaning of type safety in c#?

470


what is IDisposal interface,IComparable,IEquatable,IFormatable

537


Explain the feature of c# language?

504


What is action in c# 3.5?

546


What does using system mean in c#?

496


Is list a collection c#?

544


Explain how can I get around scope problems in a try/catch?

488


Is datetime nullable c#?

508