Q. What is a function in C?
β
Correct Answer: (B)
Block of code which can be reused
Explanation: Function in C is a block of code which can be reused.