Question 19
Which of the following statements is/are true regarding functions in C Language?
A function signature must indicate the data type of all the functionparameters.
A function signature must indicate the variable names for the functionparameters.
A function does not always return a value.
A function cannot accept more than 2 parameters.