Computer Science, asked by rockdart5417, 1 year ago

What are the user defined functions in c

Answers

Answered by theflashisback
1
User defined function are the functions which are created by the user, they are not inbuilt.
This means that the user writes the how, when and what of the function.
Here how means function definition, when means function calling and what means function prototype.
Similar questions