1.

How many types of data types does Erlang provide?

Answer»

Erlang provides two types of data types:

  • Constant data type: This data type cannot be split into PRIMITIVE subtypes as it consists of Atoms and Numbers.
  • Compound data type: This data type is used to put together other data types, and it consists mainly of lists and tuples.
5. What is Open Telecom PLATFORM (OTP)?

An open SOURCE platform, OTP is a huge set of Erlang libraries to do all kinds of tasks, from assembling ASN.1 to providing a server.



Discussion

No Comment Found