Math, asked by Shashidharreddy1547, 1 year ago

Difference between user defined data type and built in data type

Answers

Answered by AtomicBlonde
17
Built in Data types are those that a programming language natively supports e.g. int, float, char, double.
User Defined Data types are those that are structured by users i.e. programmers for the sake of convinience e.g. array, you don't have any data type in C where you can store a list of integer elements, other examples include queue, stack.

sharvari200: thanks a lot......
Similar questions