Register now or log in to join your professional community.
Define function and it's types?
Function is a set of expressions which takes variable input values and gives the respective output based on the input provided.
example:
lt x +2 , in this function if x=2, value is4, x=3, values is5, etc...
x ->n