Computer Science, asked by hasand777, 9 months ago

what the difference between user defined and data type in swift language

Answers

Answered by anastazya1
2

Answer:

Explanation:While doing programming in any programming language, you need to use different types of variables to store information. Variables are nothing but reserved memory locations to store values. This means that when you create a variable, you reserve some space in memory.

You may like to store information of various data types like string, character, wide character, integer, floating point, Boolean, etc. Based on the data type of a variable, the operating system allocates memory and decides what can be stored in the reserved memory.

Similar questions