+1 vote
in Class 11 by kratos

Write the features of int data type.

1 Answer

+5 votes
by kratos
 
Best 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.

...