How many kinds of datatypes are used in erlang Anonymous User165224-Jun-2015erlangfunctional programming concurrent programming otp erlang Updated on 21-Sep-2020
Anonymous User
24-Jun-2015Erlang provides two datatypes:
• Constant data types: These types of data types cannot be split into more primitive subtypes. It consists of Numbers and Atoms.
• Compound data types: These types of data types are used to group together other types of data types. It consists of tuples and lists.