user image

Gagan Mishra

Job Interview Skills
English
2 years ago

Question 675. What Is The Difference Between Int And Int32?

user image

Abhishek Mishra

2 years ago

int is a primitive type allowed by the C# compiler, whereas Int32 is the Framework Class Library type (available across languages that abide by CLS). In fact, int translates to Int32 during compilation.

Recent Doubts

Close [x]