Computer Science, asked by VishnuRaj1, 1 year ago

difference between primitive data type and composite data type with example

Answers

Answered by Anonymous
97
Hey friend,

here is your answer,

Primitive Datatypes are the one which are pre-defined and has reserved keyword.

Eg - char , int , float , boolean

User-Defined Datatypes are the one which holds data in the format that user defines,the limits on these datatypes are placed by the user based on requirement.

Eg - structure , enum ,union etc.

hope helps for u and if my answer is useful to you mark as brainliest :-)
Answered by ananya31838
12

Answer:

Primitive Datatypes are the one which are pre-defined and has reserved keyword.

Eg - char , int , float , boolean

User-Defined Datatypes are the one which holds data in the format that user defines,the limits on these datatypes are placed by the user based on requirement.

Eg - structure , enum ,union etc.

Explanation:

Similar questions