What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 24583 |  Welcome, Guest!   Register  Login
 Home > Interview Questions > ASP.NET Interview Questions > What is the Difference between Int and I ...

What is the Difference between Int and Int32 ?

Interview question and answer by: Sanjay Kumar Pung | Posted on: 6/18/2012 | Category: ASP.NET Interview questions | Views: 2059 | | Points: 40


Answer:

Int32 is the alias of Int the only difference of the storage data bit .

Asked In: Many Interviews | Alert Moderator 
Found interesting? Add this to:


 Responses

Posted by: Pervej | Posted on: 21 Jun 2012 01:53:44 AM | Points: 10 | Alert Moderator 

Int32 is a class of namespace System. Keyword "int" is the alias of the class. So there is no real difference.
regards
http://www.interviewqsn.com


Posted by: Gemamgall | Posted on: 27 Jun 2012 10:17:38 AM | Points: 10 | Alert Moderator 

Both are same , since int is keyword used to represent integer , so int32 is given alias name as int to make it user friendly.

Int32 came in existence as three types of int datatypes were introduced

Int16
Int32
Int64

>> Write Response - Respond to this post and get points

Even more ... | Submit Interview Questions and win prizes!

More Interview Questions from Sanjay Kumar Pung

    Even more ... | Submit Interview Questions and win prizes!


    About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
    General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
    Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/23/2013 2:43:18 AM