what is the difference between int and Int32?

Answer Posted / nihar

Int32 is the System.Int32 class, while int is an alias for
System.Int32.
The same applies for String (uppercase S) which is
System.String, while string (lowercase S) is an alias for
System.String.
So basically int is the same thing as Int32, and string is
the same thing as Int32

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What exactly happens when we debug and build the program?

2169


How do you set a class path?

440


What is the difference between string and stringbuilder in c#?

465


What debugging tools come with the .NET ssSDK?

684


What is mvc pattern in c#?

511






What is a byte in c#?

547


What is the difference between interface and abstract class in c#?

456


Why do we use classes?

494


how to prevent a class from being inherited in c#.net?

508


What is getenumerator?

450


Describe the ways of cleaning up objects in c#.

515


What do you mean by thread safe in c#?

463


What is the difference between struct and class c#?

474


What is a predicate in c#?

477


Are c# destructors the same as c++ destructors?

553