Computer Science, asked by Anonymous, 1 year ago

What are primitive data type and give 4 examples ?


laiba9: (1)Int (2)Long (3)Byte (4)Short

Answers

Answered by siddhartharao77
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!
Answered by hamanya
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.

hamanya: mark as a brainlist
Similar questions