1.

Write the features of int data type.

Answer»

Integers are those values which have no decimal part and they can be positive or negative, like 12 or-12.

1. int keyword is used for integers.

2. It takes two bytes in memory.

There are two more types of int data type

1. signed int or short int

2. unsigned int or unsigned short int.



Discussion

No Comment Found