Buy Questpond's video subscriptions on
huge discount
.
Online: 2414
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
>
Forums
>
C#
>
Loading ...
What is Differecwe b/w int16 and Int32
Posted by
Srinivasulu.enugu
under
C#
on 5/29/2011 |
Points: 10
| Views : 4660 | Status :
[Member]
| Replies : 9
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
Hi friends ,
what is difference between int16 and int32 ?
Srinivasulu Enugu
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
WilPeters
on: 5/29/2011
[Member]
Starter
|
Points: 25
0
Int16 (or short) uses 16 bits to store a value, giving it a range from -32,768 to 32,767
Int32 uses 32 bits to store a value, giving it a range from -2,147,483,648 to 2,147,483,647
Srinivasulu.enugu
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Vilasgite080
on: 5/30/2011
[Member]
Starter
|
Points: 25
0
int 16 =short
int 32 =int
int 64=long
--------------------------------
Srinivasulu.enugu
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Susanthampy
on: 5/31/2011
[Member]
[MVP]
Bronze
|
Points: 25
0
Type Capacity
Int 16 -- (-32768 to +32787)
Int 32 -- (-2,147,483684 to +2,147,483683)
Regards,
Susan
Srinivasulu.enugu
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Vilasgite080
on: 5/31/2011
[Member]
Starter
|
Points: 25
0
hi sri
pls refer data types for brief knowledge
http://www.functionx.com/managedcpp/Lesson02.htm
Srinivasulu.enugu
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Srinivasulu.enugu
on: 6/15/2011
[Member]
Starter
|
Points: 25
0
what is difference between Tostring() and Convert.int32() ?
Srinivasulu Enugu
Srinivasulu.enugu
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Srinivasulu.enugu
on: 6/15/2011
[Member]
Starter
|
Points: 25
0
I have 3 radio bottons like telugu , english , french ..
now i want select one of them . i want convert total application into particular language.
suppose , that website contain 50 pages , that 50 pages convert into that language .....
how to do that. Any body explain that process...step by step..?
Srinivasulu Enugu
Srinivasulu.enugu
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Srinivasulu.enugu
on: 6/15/2011
[Member]
Starter
|
Points: 25
0
what is methodology in .NET frame work ? .NET follow any methodology ? can you explain that ?
Srinivasulu Enugu
Srinivasulu.enugu
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Srinivasulu.enugu
on: 6/15/2011
[Member]
Starter
|
Points: 25
0
How to reuse .NET class library ?
Srinivasulu Enugu
Srinivasulu.enugu
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Srinivasulu.enugu
on: 6/15/2011
[Member]
Starter
|
Points: 25
0
i have one abstract class and one interface , in that two blocks have one same method , but those methods are abstract methods , right
how to implements those methods in one derive class ?
Can any tell me or write the code for that one ?
Srinivasulu Enugu
Srinivasulu.enugu
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...