Saved Bookmarks
| 1. |
What is the difference between int and Int32? |
|
Answer» There is no difference between int and INT32. Int32 is a TYPE PROVIDED by the .NET framework class whereas int is an alias name for Int32 in the C# PROGRAMMING language. |
|