Linux OS Shell Question:
Parameters can be passed to a function:
a) by using the parameter variables $1, $2, $3…….
b) by using the environment variables
c) both (a) and (b)
d) none of the mentioned

Answer:
a) by using the parameter variables $1, $2, $3…….