Question 18
Which of the following statements is/are true regarding functions in C?
A function is a block of code, which is only executed when it is invoked.
A function can be invoked multiple times in the same program.
A function cannot accept more than 2 parameters.
A function can not call itself