Computer Science, asked by rohanrai82, 1 year ago

What is the diffrence between fundamental datatyp s and derieve data typs

Answers

Answered by Kingvikraal
0
Fundamental Data types :

1. They are Known as primary Data types means they are the only Data types from which other Data types are built.

2. They are mainly five types:
a)integer
b)float
c)double
d)char
e)void

3. Fundamental Data types can be modified by using modifers like long double signed int etc.

Derived Data types :
1. They are also known as the Secondary Data types also because they are derived from the fundamental data types.

2. They are following types:
a) structures
b) unions
c) arrays etc.

3. Derived Data types can't be modified By using modifers



Similar questions