What is function with default arguments?
What is function with default arguments? A default argument is a value provided in a function declaration that is automatically assigned by the compiler if the caller of the function doesn’t provide a value for the argument with a default value. How do you write an Erlang function? Syntax FunctionName − The function name is […]