1. State two differences between fundamental and user-defined data type.
Answers
Answered by
0
Answer:
Some fundamental datatypes are int, char, float, void etc. Derived datatypes are arrays, structures, pointers etc. Pointers are used to store address of some other variables. Integers are used to store integer type data, not the floating point number.
Similar questions