Linux OS Shell Question:
Functions improves the shell's program-ability significantly, because:
a) when we invoke a function, it is already in the shell's memory, therefore a function runs faster than seperate scripts
b) function provides a piece of code for repetative tasks
c) both (a) and (b)
d) none of the mentioned

Answer:
c) both (a) and (b)