asked 161k views
3 votes
A function is different from a procedure because

a. a function does not contain a set of instructions.
b. can have only a limited number of steps.
c. returns a value.
d. is mathematical.

asked
User Wei Yang
by
9.2k points

2 Answers

0 votes

Answer:

C. returns a value

Explanation:

got it right on edge

3 votes

Answer:

c. return a value

Explanation:

Generally speaking, functions return a value, whereas procedures don't (so a procedure is just a function that doesn't return a value). ... By returns a value, we mean that the function creates some sort of results, which is passed back to the calling function.

answered
User Freshr
by
8.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.