Hey guys I am not new to programming but I really dont know the difference between recursion or function...I know these are the basic things so thats why I want to clear them. Also are there functions used in java or those are called methods in java?
Now coming to C, I wrote a program of factorial in C. First I wrote it using loops, alright then I thought of writing it through recursion and what I end up with was making a program of factorial using functions, I really dont know the basic difference... If someone have basic notes or some link from where I can read more basic concepts then please provide me. Even I tried google and SOF but but didnt get any useful result.
Guys its my request if you dont want to upvote this post then even dont down vote it. According to me I have searched on stackoverflow but did not get any useful info so only then I am posting this question, also I tried my best to explain my question.
Thanks