Computer Science, asked by bithibiswas1976, 7 months ago

What is the difference between primitive data type and composite data type

Answers

Answered by Anonymous
2

Answer:

Primitives are things like integer / fractional numbers, characters, booleans, etc. Composite is when you combine those into a single “entity” containing or merging them. E.g. a struct containing an int for an ID, an array of chars (a string) for the name, etc. may be used to record an Emproyee's data.

↫↫↫↫↫ Hope it helps you

Plz mark me brainlist ↬↬↬↬↬

Answered by peerscapital08
0

Answer:

Primitive data type are predefined type of data which are supported by the programing language. For example: integer character and strings are all primitive data types.

Composite data type is any data type which can be construed in program by the using programming language ...

Similar questions