Computer Science, asked by yasjjoshi8049, 10 months ago

Difference between built in and user defined data type

Answers

Answered by Anonymous
5

Answer:

As the name suggests, built-in means those datatypes that are provided by language itself for example int, character, float etc. User defined datatypes are those that you have to define yourself

Similar questions