1.We can create function with no argument and no return value.
2.We can create function with no argument and with return value(s)
3.We can create function with argument(s) and no return value.
4.All of the above
Answer:3