Functions are the basic building blocks of any programming language. All C programs are written using the function to maintain reusability and understandability.
Uses of functions in C:
- Functions can be used multiple times in a program by calling them whenever required
- In C, functions are used to avoid rewriting of code
- It is easy to track any C program when it is divided into functions
Shathana. S.R. Asked question April 28, 2023
