What is user defined function in c language.
Answers
Answered by
3
Answer:
A function is a block of code that performs a specific task. C allows you to define functions according to your need. These functions are known as user-defined functions. For example: Suppose, you need to create a circle and color it depending upon the radius and color.
Similar questions