Answer: The correct answer to the question is option C
FUNCTION CANNOT MAKE CALLS TO OTHER FUNCTIONS WITHIN THE SAME PROGRAM.
Explanation: Function in programming is a block of organized codes.these organized codes are reusable.They are used to perform a single task or related actions.
Methods, functions,procedures, subroutines are different ways function are named based on different programming languages.
Meaning function names has a way of helping people better understand programs.
They are reusable and are programming abstraction that helps to reduce the complexity of writing and as well as maintaining programs well.
Functions also has a way of bringing out logical chucks out of problems by breaking the problem down, moreover, function can actually be called many times from parts of the program that differs.