Wednesday, 23 September 2015

SIZE OF DIFFERENT DATA TYPES IN C LANGUAGE

Short Int -2 Bytes
         Int  -2 Bytes
       Int*   -2Bytes
 Long Int -4 Bytes
Long Int* -2 Bytes
Signed Int-2 Bytes
Unsigned Int-2 Bytes

Float -4bytes
Float*-2bytes
Double-8bytes
Double*-2bytes
Long Double-10bytes

Signed Char-1byte
Char-1 byte
Char*-2bytes
Unsigned Char-1byte

No comments:

Post a Comment

If you Like my blog Spread it and help friends for whom this blog is useful for their career.