Thread: data types
View Single Post
Old 10-18-2016, 12:59 AM   #12
saravjeet
Registered User
 
Join Date: Oct 2016
Posts: 105
int A 32-bit (4-byte) integer value
short A 16-bit (2-byte) integer value
long A 64-bit (8-byte) integer value
byte An 8-bit (1-byte) integer value
float A 32-bit (4-byte) floating-point value
double A 64-bit (8-byte) floating-point value
char A 16-bit character using the Unicode encoding scheme
boolean A true or false value
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
saravjeet is offline   Reply With Quote