what is the difference between int and Int32?
Answer Posted / srini
Data type Int32 is defined by Common Type System
(System.Int32). The data type 'int' is 32 bit integer in
C#. So the 'int' type is equal to 'Int32'. The c#
type 'int' is alias name of System.Int32.
| Is This Answer Correct ? | 35 Yes | 10 No |
Post New Answer View All Answers
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
Is c# used for any core features of windows vista?
What is the difference between disposing of () and finalize() methods in c#?
What is session state in asp net c# with example?
Explain how to use an extender provider in the project.
What are the types of serialization?
What do u mean by delegation?
State the top.NET class that everything is derived from?
If you donot specify an access modifier for a method, what is the default access modifier?
What is an icollection in c#?
What is the ouput of the following program?
What is the interface in c#?
What is a string c#?
What is difference between class and abstract class in c#?
What is array collection?