ADESA interview question

what is difference b/w procedure and function ?

Interview Answer

Anonymous

30 Nov 2011

A function returns a value and a procedure just executes commands. The name function comes from math. It is used to calculate a value based on input. dure does not.