ADESA Interview Question

what is difference b/w procedure and function ?

Interview Answer

Anonymous

Nov 30, 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.