Download
100% FREE
Office Document APIs for .NET
Online: 1592
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
ASP.NET
>
Loading ...
What is the Difference between Int and Int32 ?
Posted by
Sanjay Kumar Pung
on 6/18/2012 | Category:
ASP.NET Interview questions
| Views: 7014 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
Int32 is the alias of Int the only difference of the storage data bit .
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
Explain Composite Index in SQL Server.
Next > :
What does the "Access is Denied" IE erro ...
Comments or Responses
Posted by:
Gemamgall
on: 6/27/2012 |
Points: 10
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
Login to post response
More Interview Questions by Sanjay Kumar Pung
Latest Interview Questions
What does the "Access is Denied" IE error mean ?
What is the difference between GET and POST in HTML forms ?
How do you convert numbers between different bases in JavaScript ?
What is the importance of the HTML DOCTYPE ?
How to detect the operating system on the client machine ?
How do you submit a form using Javascript ?
What is a javascript object ?
What is the difference between == and === ?
More ...