1.awk’s built-in functions can be categorised into three categories: numeric, string and I/O
2.built-in functions are always available to call
3.extra arguments to built-in function causes syntax error
4.we can also define the function in awk program