What is function?

for eg:

int fibonacci (int n)

please explain each word in this function? what is the function of each word in this line?

@Anku47 int means that what you want to return like if you are making function for nth fibo you return a integer thats why int, fibonacci is just a name for func it can be anything , arguments inside it are the values you pass to it

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.