- The general form of a function definition in C programming language is as follows − return_type function_name( parameter list )
- { body of the function }.
- A function definition in C programming consists of a function header and a function body.
Shathana. S.R. Answered question May 27, 2023
