Qus:    What is the difference between int and int32?
Oct 24, 2020 08:38 2 Answers Views: 710 ANANYA
Prev Next
Answers (2)
PADMAKEECHU Oct 28, 2020 04:56
Answer:   There is no difference between int and int32. System. Int is an alias name for System.Int32 which is a .Net Class.

PARTH Nov 09, 2020 07:51
Answer:   No Difference.

int is a primitive type allowed by the C# compiler, whereas Int32 is the Framework Class Library type. In fact, int translates to Int32 during compilation. int basically is an alias for Int32.

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect