What is Erlang? | View Answer |
What is OTP (Open Telecom Platform)? | View Answer |
What are the key features of Erlang? | View Answer |
Name the datatypes that erlang provides? | View Answer |
What is the command to disconnect node in Erlang? | View Answer |
What is modules in Erlang? | View Answer |
Mention how module is stored in Erlang? | View Answer |
What is Bit strings in Erlang? | View Answer |
What is Pattern Matching? | View Answer |
What is PID datatype? | View Answer |
To include a file in Erlang what is the command used? | View Answer |
How run-time error is handled in Erlang? | View Answer |
In Erlang how “process” is created? | View Answer |
Define guard sequence and what are the valid guard expressions? | View Answer |
Give the list of valid guard expressions? | View Answer |
Explain how message is send and receive in Erlang? | View Answer |
What is Spawn/ 1l3 and Spawn_link 1l3? | View Answer |
Mention what is the syntax to write Macros in Erlang? | View Answer |
List out the pre-defined Macros in Erlang? | View Answer |
What is a record and how you can define records in Erlang? | View Answer |
Mention what is the command used for accessing record field in Erlang? | View Answer |
What is epmd? | View Answer |