Answer: c. A function that acts as a placeholder and returns a simple value so another function can be tested.
Explanation:
A stub simply means a function which has an expected signature but has an incomplete implementation. It is put in place in order for codes to be tested before the functions are fully written.
A stub is a function that acts as a placeholder and returns a simple value so another function can be tested. Therefore, the correct option is C.