What are primitive data type and give 4 examples ?
laiba9:
(1)Int (2)Long (3)Byte (4)Short
Answers
Answered by
1
They are also called as built-in-datatypes.
Here are the examples of primitive datatypes.
(1) Int
(2) Long
(3) Byte
(4)Short
Hope this helps!
Here are the examples of primitive datatypes.
(1) Int
(2) Long
(3) Byte
(4)Short
Hope this helps!
Answered by
1
Character (character, char ); Integer (integer, int, short, long, byte ) with a variety of precisions; Floating-point number (float, double, real, double precision ); Fixed-point number ( fixed ) with a variety of precisions and a programmer-selected scale.
Similar questions