List out user define function category and explain any one from them with example.
Answers
Answered by
2
Answer:
Types of user defined functions in C
Category I: Functions with no arguments and no return values.
Category 2: Functions with no arguments and with return values.
Category 3: Functions with arguments and no return values.
Category 4: Functions with arguments and with return values.
Similar questions