Computer Science, asked by TricksXTechYT, 8 days ago

1. State two differences between fundamental and user-defined data type.​

Answers

Answered by ksajjankshubham
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