Computer Science, asked by farhan7465, 11 months ago

what are the types of data types and also what are data types​

Answers

Answered by RapMonster1994
7

✔✅character, integer, float, and void are fundamental data types. Pointers, arrays, structures and unions are derived data types. Pointers are used for storing address of variables. Integer is used for integers( not having decimal digits)

Attachments:
Answered by harsh05572
21

ANSWER

______________________________________

The data types play very important role in writing a java program. The programmer can choose the appropriate data type per the need of the application required.

______________________________________

The types of Data types are as follows :

______________________________________

Primitive Datatypes :- These data types which automatically transferred in the computers memory during the loading of java program are known as primitive data type. Ex- byte, short, double, long, float and others.

______________________________________

Non-Primitive Datatypes :- The data type is formed with the help of primitive data types is known as non-primitive data types Ex- class, interface, array.

______________________________________

#answerwithquality

#BAL

______________________________________

Similar questions