Find the complete C programming Lectures series: • C PROGRAMMING FULL COURSE
A function is a block of statements that performs a specific task. Suppose you are building an application in C language and in one of your programs, you need to perform the same task more than once.
C programming supports 4 types of Functions