1.

Name The Datatypes That Erlang Provides?

Answer»

Erlang provides TWO datatypes:

  1. Constant data TYPES: These types of data types cannot be SPLIT into more primitive subtypes. It CONSISTS of Numbers and Atoms.
  2. Compound data types: These types of data types are used to group together other types of data types. It consists of tuples and LISTS.

Erlang provides two datatypes:



Discussion

No Comment Found