What is the difference between "Procedure" and "Function"?

What is the difference between "Procedure" and "Function"?

Sumit
Views: 578 | Community Opinion: 2

Tags..  Programming

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Rohita Said..

The difference mejor between procedure and function is that function must return value. that should be only single and function can pass any no. parameter but come out only one value only using return statement.





Procedure can pass any parameter and came out any no. of values there no any RETURN word.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: