"int” and “Int32” are both one and same . If you move your mouse on the integer data type you can see “int” is actually just “Int32”. In other words it will store max value of 2 ^ 32 and minimum value of -2 ^ 32.

Below is a nice video which talks about one more important .NET interview question: - What is the use of param key word ?
Asked In: Many Interviews |
Alert Moderator