A
A
Andrey Titov2016-01-14 13:48:18
Programming
Andrey Titov, 2016-01-14 13:48:18

What is the difference between built-in, standard and basic data types?

How to distinguish them and why is this difference necessary?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2016-01-14
@alexey-m-ukolov

Built-in - those that are in the language and which do not need to be implemented independently. For example, integers and strings.
Standard - those whose implementation algorithms are well known. For example, linked list, tuple.
Basic - here it is impossible to give any definition, the term is too general.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question