Computer Science, asked by HELLOPETER, 6 hours ago

Differentiate between fundamental data types, derived data types and user defined data types using proper example.​

Answers

Answered by ksingh021984
0

Answer:

# Fundamental data type is also called primitive data type.

# Character, integer, float, and void are fundamental data types.

# Derived data type is the aggregation of fundamental data type.

# Pointers, arrays, structures and unions are derived data types.

# User Defined Data Types are created by the user.

# Sizes of User Defined data types depend upon their constituent members.

Hope this help's you

Similar questions