difference between primitive data type and composite data type with example
Answers
Answered by
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 :-)
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
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