what does a function return?\n a procedure\n a routine\n a value\n a subroutine

what does a function return?\n a procedure\n a routine\n a value\n a subroutine
Answer
Answer:
C. a value
Brief Explanations:
In programming, a function is designed to perform a specific task and typically returns a value as the result of its execution. Procedures, routines, and subroutines are more about the sequence of operations and don't specifically denote what a function returns.